Method: IntegrationApi::BrokerageOrderVO#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • Hash code



120
121
122
# File 'lib/integration_api/models/brokerage_order_vo.rb', line 120

def hash
  [message, nucleus_order_id, order_status_id, status, vendor_name, vendor_response].hash
end