Feedback on the bug in the gate futures

Author: yc123h, Created: 2021-10-13 22:01:51, Updated:

exchange.SetContractType(‘swap’) exchange.SetDirection(‘sell’); exchange.Sell(5000, 1)

The above is an example code In a perpetual contract, the lower order parameter is 1, while the actual order at the gate is 0.01, and the actual order does not match the parameter.


More

diouf31Contract multiplication is different.

The Little DreamThis is not a BUG, the amount of a futures contract is the number of contracts, not the number of coins.

The Little DreamI'm not being polite.

yc123hGood, thank you.

The Little DreamEach exchange has a different definition of a contract, and the value of the contract is different.

yc123hThis constant usdt, the same api, is the number of coins on the side of the binan, and the gate is the number of pages here.