Class: Quickfix::LegComplexEventPricePercentage
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegComplexEventPricePercentage
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventPricePercentage
constructor
A new instance of LegComplexEventPricePercentage.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegComplexEventPricePercentage
Returns a new instance of LegComplexEventPricePercentage.
47560 47561 47562 47563 47564 47565 47566 |
# File 'lib/quickfix_fields.rb', line 47560 def initialize(data = nil) if( data == nil ) super(2228) else super(2228, data) end end |
Class Method Details
.field ⇒ Object
47557 47558 47559 |
# File 'lib/quickfix_fields.rb', line 47557 def LegComplexEventPricePercentage.field return 2228 end |