Method: IntegrationApi::BrokerageBalanceVO#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



122
123
124
# File 'lib/integration_api/models/brokerage_balance_vo.rb', line 122

def hash
  [message, nucleus_asset_sizes_posted, nucleus_portfolio_id, status, vendor_name, vendor_response].hash
end