Class: Quickfix::CustOrderHandlingInst
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CustOrderHandlingInst
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CustOrderHandlingInst
constructor
A new instance of CustOrderHandlingInst.
Constructor Details
#initialize(data = nil) ⇒ CustOrderHandlingInst
Returns a new instance of CustOrderHandlingInst.
13838 13839 13840 13841 13842 13843 13844 |
# File 'lib/quickfix_fields.rb', line 13838 def initialize(data = nil) if( data == nil ) super(1031) else super(1031, data) end end |