Class: Quickfix::CustOrderHandlingInst
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CustOrderHandlingInst
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
12447 12448 12449 12450 12451 12452 12453 |
# File 'lib/quickfix_fields.rb', line 12447 def initialize(data = nil) if( data == nil ) super(1031) else super(1031, data) end end |
Class Method Details
.field ⇒ Object
12444 12445 12446 |
# File 'lib/quickfix_fields.rb', line 12444 def CustOrderHandlingInst.field return 1031 end |