Class: Quickfix::OutsideIndexPct
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::OutsideIndexPct
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OutsideIndexPct
constructor
A new instance of OutsideIndexPct.
Constructor Details
#initialize(data = nil) ⇒ OutsideIndexPct
Returns a new instance of OutsideIndexPct.
5076 5077 5078 5079 5080 5081 5082 |
# File 'lib/quickfix_fields.rb', line 5076 def initialize(data = nil) if( data == nil ) super(407) else super(407, data) end end |