Method: IntegrationApi::BrokerageOrderVO#==
- Defined in:
- lib/integration_api/models/brokerage_order_vo.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
101 102 103 104 105 106 107 108 109 110 |
# File 'lib/integration_api/models/brokerage_order_vo.rb', line 101 def ==(o) return true if self.equal?(o) self.class == o.class && == o. && nucleus_order_id == o.nucleus_order_id && order_status_id == o.order_status_id && status == o.status && vendor_name == o.vendor_name && vendor_response == o.vendor_response end |