Method: IntegrationApi::BrokerageOrderVO#hash
- Defined in:
- lib/integration_api/models/brokerage_order_vo.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
120 121 122 |
# File 'lib/integration_api/models/brokerage_order_vo.rb', line 120 def hash [, nucleus_order_id, order_status_id, status, vendor_name, vendor_response].hash end |