Class: Quickfix::OutMainCntryUIndex
- Inherits:
-
DoubleField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ OutMainCntryUIndex
Returns a new instance of OutMainCntryUIndex.
11550 11551 11552 11553 11554 11555 11556 |
# File 'lib/quickfix_fields.rb', line 11550 def initialize(data = nil) if( data == nil ) super(412) else super(412, data) end end |
Class Method Details
.field ⇒ Object
11547 11548 11549 |
# File 'lib/quickfix_fields.rb', line 11547 def OutMainCntryUIndex.field return 412 end |