// With 10% higher than market price
"order_type": "trailing_stop",
"iceberg_total_quantity": 0.0,
"created_at": 1612178876,
"updated_at": 1612178876,
"source_exchange": "QUOINE",
"trading_type": "margin",
"funding_currency": "USD",
"crypto_account_id": null,
"currency_pair_code": "ETHUSD",
"source_action": "manual",
"unwound_trade_id": null,
// With absolute value of 100 higher than market price
"order_type": "trailing_stop",
"iceberg_total_quantity": 0.0,
"created_at": 1612178843,
"updated_at": 1612178843,
"source_exchange": "QUOINE",
"trading_type": "margin",
"funding_currency": "USD",
"crypto_account_id": null,
"currency_pair_code": "ETHUSD",
"source_action": "manual",
"unwound_trade_id": null,
// Error when trading BTCJPY but account does not have enough JPY balance.
// If account has enough USD balance, provide "funding_currency": "USD"
// to use USD to trade and avoid this error
"not_enough_free_balance"
// Error when trading BTCJPY and provided "margin_type": "isolated" and
// "funding_currency": "USD" (if have enough USD balance), avoid this by
// changing to "margin_type": "cross" or simply just removing "margin_type"
"isolated_feature_is_disabled_for_multi_currency"
// Error when not proving valid leverage levels
// Error when trying to place a short order but current long position exist
// and long position was an order with "order_direction": "one_direction", avoid
// this by using "order_direction": "two_direction" or "order_direction": "netout"
"have_another_direction_trade"