Class: Quickfix::OutsideIndexPct
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from DoubleField
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 |
Class Method Details
.field ⇒ Object
5073 5074 5075 |
# File 'lib/quickfix_fields.rb', line 5073 def OutsideIndexPct.field return 407 end |