You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
extern SignedTxResponse SignChangePubKey(char* cPubKey, longlong cNonce, int cApiKeyIndex, longlong cAccountIndex);
129
-
extern SignedTxResponse SignCreateOrder(int cMarketIndex, longlong cClientOrderIndex, longlong cBaseAmount, int cPrice, int cIsAsk, int cOrderType, int cTimeInForce, int cReduceOnly, int cTriggerPrice, longlong cOrderExpiry, int cIntegratorAccountIndex, int cIntegratorTakerFee, int cIntegratorMakerFee, longlong cNonce, int cApiKeyIndex, longlong cAccountIndex);
129
+
extern SignedTxResponse SignCreateOrder(int cMarketIndex, longlong cClientOrderIndex, longlong cBaseAmount, int cPrice, int cIsAsk, int cOrderType, int cTimeInForce, int cReduceOnly, int cTriggerPrice, longlong cOrderExpiry, longlong cIntegratorAccountIndex, int cIntegratorTakerFee, int cIntegratorMakerFee, longlong cNonce, int cApiKeyIndex, longlong cAccountIndex);
130
130
extern SignedTxResponse SignCreateGroupedOrders(uint8_t cGroupingType, CreateOrderTxReq* cOrders, int cLen, longlong cNonce, int cApiKeyIndex, longlong cAccountIndex);
externchar*CreateClient(char*cUrl, char*cPrivateKey, intcChainId, intcApiKeyIndex, long long intcAccountIndex);
119
119
externchar*CheckClient(intcApiKeyIndex, long long intcAccountIndex);
120
120
externSignedTxResponseSignChangePubKey(char*cPubKey, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
121
-
externSignedTxResponseSignCreateOrder(intcMarketIndex, long long intcClientOrderIndex, long long intcBaseAmount, intcPrice, intcIsAsk, intcOrderType, intcTimeInForce, intcReduceOnly, intcTriggerPrice, long long intcOrderExpiry, intcIntegratorAccountIndex, intcIntegratorTakerFee, intcIntegratorMakerFee, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
121
+
externSignedTxResponseSignCreateOrder(intcMarketIndex, long long intcClientOrderIndex, long long intcBaseAmount, intcPrice, intcIsAsk, intcOrderType, intcTimeInForce, intcReduceOnly, intcTriggerPrice, long long intcOrderExpiry, long long intcIntegratorAccountIndex, intcIntegratorTakerFee, intcIntegratorMakerFee, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
122
122
externSignedTxResponseSignCreateGroupedOrders(uint8_tcGroupingType, CreateOrderTxReq*cOrders, intcLen, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
123
123
externSignedTxResponseSignCancelOrder(intcMarketIndex, long long intcOrderIndex, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
124
124
externSignedTxResponseSignWithdraw(intcAssetIndex, intcRouteType, long long unsigned intcAmount, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
125
125
externSignedTxResponseSignCreateSubAccount(long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
126
126
externSignedTxResponseSignCancelAllOrders(intcTimeInForce, long long intcTime, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
127
-
externSignedTxResponseSignModifyOrder(intcMarketIndex, long long intcIndex, long long intcBaseAmount, long long intcPrice, long long intcTriggerPrice, intcIntegratorAccountIndex, intcIntegratorTakerFee, intcIntegratorMakerFee, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
127
+
externSignedTxResponseSignModifyOrder(intcMarketIndex, long long intcIndex, long long intcBaseAmount, long long intcPrice, long long intcTriggerPrice, long long intcIntegratorAccountIndex, intcIntegratorTakerFee, intcIntegratorMakerFee, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
128
128
externSignedTxResponseSignTransfer(long long intcToAccountIndex, int16_tcAssetIndex, uint8_tcFromRouteType, uint8_tcToRouteType, long long intcAmount, long long intcUsdcFee, char*cMemo, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
129
129
externSignedTxResponseSignCreatePublicPool(long long intcOperatorFee, intcInitialTotalShares, long long intcMinOperatorShareRate, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
130
130
externSignedTxResponseSignUpdatePublicPool(long long intcPublicPoolIndex, intcStatus, long long intcOperatorFee, intcMinOperatorShareRate, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
externchar*CreateClient(char*cUrl, char*cPrivateKey, intcChainId, intcApiKeyIndex, long long intcAccountIndex);
119
119
externchar*CheckClient(intcApiKeyIndex, long long intcAccountIndex);
120
120
externSignedTxResponseSignChangePubKey(char*cPubKey, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
121
-
externSignedTxResponseSignCreateOrder(intcMarketIndex, long long intcClientOrderIndex, long long intcBaseAmount, intcPrice, intcIsAsk, intcOrderType, intcTimeInForce, intcReduceOnly, intcTriggerPrice, long long intcOrderExpiry, intcIntegratorAccountIndex, intcIntegratorTakerFee, intcIntegratorMakerFee, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
121
+
externSignedTxResponseSignCreateOrder(intcMarketIndex, long long intcClientOrderIndex, long long intcBaseAmount, intcPrice, intcIsAsk, intcOrderType, intcTimeInForce, intcReduceOnly, intcTriggerPrice, long long intcOrderExpiry, long long intcIntegratorAccountIndex, intcIntegratorTakerFee, intcIntegratorMakerFee, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
122
122
externSignedTxResponseSignCreateGroupedOrders(uint8_tcGroupingType, CreateOrderTxReq*cOrders, intcLen, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
123
123
externSignedTxResponseSignCancelOrder(intcMarketIndex, long long intcOrderIndex, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
124
124
externSignedTxResponseSignWithdraw(intcAssetIndex, intcRouteType, long long unsigned intcAmount, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
125
125
externSignedTxResponseSignCreateSubAccount(long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
126
126
externSignedTxResponseSignCancelAllOrders(intcTimeInForce, long long intcTime, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
127
-
externSignedTxResponseSignModifyOrder(intcMarketIndex, long long intcIndex, long long intcBaseAmount, long long intcPrice, long long intcTriggerPrice, intcIntegratorAccountIndex, intcIntegratorTakerFee, intcIntegratorMakerFee, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
127
+
externSignedTxResponseSignModifyOrder(intcMarketIndex, long long intcIndex, long long intcBaseAmount, long long intcPrice, long long intcTriggerPrice, long long intcIntegratorAccountIndex, intcIntegratorTakerFee, intcIntegratorMakerFee, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
128
128
externSignedTxResponseSignTransfer(long long intcToAccountIndex, int16_tcAssetIndex, uint8_tcFromRouteType, uint8_tcToRouteType, long long intcAmount, long long intcUsdcFee, char*cMemo, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
129
129
externSignedTxResponseSignCreatePublicPool(long long intcOperatorFee, intcInitialTotalShares, long long intcMinOperatorShareRate, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
130
130
externSignedTxResponseSignUpdatePublicPool(long long intcPublicPoolIndex, intcStatus, long long intcOperatorFee, intcMinOperatorShareRate, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
0 commit comments