Class: Quickfix::LegMarginRatio
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegMarginRatio
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegMarginRatio
constructor
A new instance of LegMarginRatio.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegMarginRatio
Returns a new instance of LegMarginRatio.
61457 61458 61459 61460 61461 61462 61463 |
# File 'lib/quickfix_fields.rb', line 61457 def initialize(data = nil) if( data == nil ) super(2508) else super(2508, data) end end |
Class Method Details
.field ⇒ Object
61454 61455 61456 |
# File 'lib/quickfix_fields.rb', line 61454 def LegMarginRatio.field return 2508 end |