I am using a call like
var command = _client.Command("PLACE", "Sim101", assetPair, position==Position.Long? "BUY":"SELL", 100, "MARKET", 0, 0, "DAY", null, null, null, strategyId.ToString());
Can someone guide me as to what I am missing this time?

Comment