Class: Quickfix::TradeAllocIndicator
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TradeAllocIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeAllocIndicator
constructor
A new instance of TradeAllocIndicator.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TradeAllocIndicator
Returns a new instance of TradeAllocIndicator.
11225 11226 11227 11228 11229 11230 11231 |
# File 'lib/quickfix_fields.rb', line 11225 def initialize(data = nil) if( data == nil ) super(826) else super(826, data) end end |
Class Method Details
.field ⇒ Object
11222 11223 11224 |
# File 'lib/quickfix_fields.rb', line 11222 def TradeAllocIndicator.field return 826 end |