Method: IntegrationApi::BrokerageOrderVO.attribute_map

Defined in:
lib/integration_api/models/brokerage_order_vo.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



30
31
32
33
34
35
36
37
38
39
# File 'lib/integration_api/models/brokerage_order_vo.rb', line 30

def self.attribute_map
  {
    :'message' => :'message',
    :'nucleus_order_id' => :'nucleus_order_id',
    :'order_status_id' => :'order_status_id',
    :'status' => :'status',
    :'vendor_name' => :'vendor_name',
    :'vendor_response' => :'vendor_response'
  }
end