Class: Quickfix::TradeAllocGroupInstruction
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TradeAllocGroupInstruction
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeAllocGroupInstruction
constructor
A new instance of TradeAllocGroupInstruction.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TradeAllocGroupInstruction
Returns a new instance of TradeAllocGroupInstruction.
24212 24213 24214 24215 24216 24217 24218 |
# File 'lib/quickfix_fields.rb', line 24212 def initialize(data = nil) if( data == nil ) super(1848) else super(1848, data) end end |
Class Method Details
.field ⇒ Object
24209 24210 24211 |
# File 'lib/quickfix_fields.rb', line 24209 def TradeAllocGroupInstruction.field return 1848 end |