Class: Quickfix::OutsideIndexPct
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::OutsideIndexPct
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OutsideIndexPct
constructor
A new instance of OutsideIndexPct.
Constructor Details
#initialize(data = nil) ⇒ OutsideIndexPct
5635 5636 5637 5638 5639 5640 5641 |
# File 'lib/quickfix_fields.rb', line 5635 def initialize(data = nil) if( data == nil ) super(407) else super(407, data) end end |
Class Method Details
.field ⇒ Object
5632 5633 5634 |
# File 'lib/quickfix_fields.rb', line 5632 def OutsideIndexPct.field return 407 end |