Class: Quickfix::AllocHandlInst
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::AllocHandlInst
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocHandlInst
constructor
A new instance of AllocHandlInst.
Constructor Details
#initialize(data = nil) ⇒ AllocHandlInst
Returns a new instance of AllocHandlInst.
10068 10069 10070 10071 10072 10073 10074 |
# File 'lib/quickfix_fields.rb', line 10068 def initialize(data = nil) if( data == nil ) super(209) else super(209, data) end end |
Class Method Details
.field ⇒ Object
10065 10066 10067 |
# File 'lib/quickfix_fields.rb', line 10065 def AllocHandlInst.field return 209 end |