Class: Quickfix::TradeAllocStatus
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TradeAllocStatus
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeAllocStatus
constructor
A new instance of TradeAllocStatus.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TradeAllocStatus
Returns a new instance of TradeAllocStatus.
24108 24109 24110 24111 24112 24113 24114 |
# File 'lib/quickfix_fields.rb', line 24108 def initialize(data = nil) if( data == nil ) super(1840) else super(1840, data) end end |
Class Method Details
.field ⇒ Object
24105 24106 24107 |
# File 'lib/quickfix_fields.rb', line 24105 def TradeAllocStatus.field return 1840 end |