Method: IntegrationApi::BrokerageOrderVO#valid?

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

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



95
96
97
# File 'lib/integration_api/models/brokerage_order_vo.rb', line 95

def valid?
  true
end