Class: Quickfix::OrderPercent
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::OrderPercent
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrderPercent
constructor
A new instance of OrderPercent.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ OrderPercent
Returns a new instance of OrderPercent.
7091 7092 7093 7094 7095 7096 7097 |
# File 'lib/quickfix_fields.rb', line 7091 def initialize(data = nil) if( data == nil ) super(516) else super(516, data) end end |
Class Method Details
.field ⇒ Object
7088 7089 7090 |
# File 'lib/quickfix_fields.rb', line 7088 def OrderPercent.field return 516 end |