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