Class: Quickfix::OutMainCntryUIndex
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::OutMainCntryUIndex
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OutMainCntryUIndex
constructor
A new instance of OutMainCntryUIndex.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ OutMainCntryUIndex
Returns a new instance of OutMainCntryUIndex.
5141 5142 5143 5144 5145 5146 5147 |
# File 'lib/quickfix_fields.rb', line 5141 def initialize(data = nil) if( data == nil ) super(412) else super(412, data) end end |
Class Method Details
.field ⇒ Object
5138 5139 5140 |
# File 'lib/quickfix_fields.rb', line 5138 def OutMainCntryUIndex.field return 412 end |