0
Seguir
0
Seguidores

Ayuda para operar con futuros de OKEX

Creado el: 2018-10-09 16:11:59, Actualizado el:
comments   3
hits   2043

exchange.SetRate(1); exchange.SetContractType(“quarter”); exchange.SetMarginLevel(20); exchange.SetDirection(“buy”); exchange.Buy(price, 2);

exchange.SetDirection("sell");
exchange.Sell(price, 2);

实际交易发生的时候,发现我调整了amount没有用,实际成交为price*amount = 20美元.
请问是什么原因 ?