OrderStatus$json top-level constant

  1. @Deprecated('Use orderStatusDescriptor instead')
Map<String, Object> const OrderStatus$json

Implementation

@$core.Deprecated('Use orderStatusDescriptor instead')
const OrderStatus$json = {
  '1': 'OrderStatus',
  '2': [
    {'1': 'type', '3': 1, '4': 1, '5': 14, '6': '.forwarder.OrderType', '10': 'type'},
    {'1': 'status', '3': 2, '4': 1, '5': 9, '10': 'status'},
    {'1': 'code', '3': 3, '4': 1, '5': 9, '10': 'code'},
    {'1': 'action', '3': 4, '4': 1, '5': 9, '10': 'action'},
    {'1': 'price', '3': 5, '4': 1, '5': 1, '10': 'price'},
    {'1': 'quantity', '3': 6, '4': 1, '5': 3, '10': 'quantity'},
    {'1': 'order_id', '3': 7, '4': 1, '5': 9, '10': 'orderId'},
    {'1': 'order_time', '3': 8, '4': 1, '5': 9, '10': 'orderTime'},
  ],
};