Class: Quickfix::AllocationRollupInstruction
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::AllocationRollupInstruction
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocationRollupInstruction
constructor
A new instance of AllocationRollupInstruction.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ AllocationRollupInstruction
Returns a new instance of AllocationRollupInstruction.
22535 22536 22537 22538 22539 22540 22541 |
# File 'lib/quickfix_fields.rb', line 22535 def initialize(data = nil) if( data == nil ) super(1735) else super(1735, data) end end |
Class Method Details
.field ⇒ Object
22532 22533 22534 |
# File 'lib/quickfix_fields.rb', line 22532 def AllocationRollupInstruction.field return 1735 end |