Class: Quickfix::NoTradeAllocAmts
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoTradeAllocAmts
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoTradeAllocAmts
constructor
A new instance of NoTradeAllocAmts.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoTradeAllocAmts
Returns a new instance of NoTradeAllocAmts.
24160 24161 24162 24163 24164 24165 24166 |
# File 'lib/quickfix_fields.rb', line 24160 def initialize(data = nil) if( data == nil ) super(1844) else super(1844, data) end end |
Class Method Details
.field ⇒ Object
24157 24158 24159 |
# File 'lib/quickfix_fields.rb', line 24157 def NoTradeAllocAmts.field return 1844 end |