toCBJson method
Implementation
Map<String, dynamic> toCBJson() => {
'quote_size': quoteSize,
'base_size': baseSize,
'limit_price': limitPrice,
'stop_price': stopPrice,
'end_time': endTime?.toIso8601String(),
'stop_direction': stopDirection,
};