toCBJson method

Map<String, dynamic> toCBJson()

Implementation

Map<String, dynamic> toCBJson() => {
      'quote_size': quoteSize,
      'base_size': baseSize,
      'limit_price': limitPrice,
      'stop_price': stopPrice,
      'stop_direction': stopDirection,
    };