Class: Quickfix::ComplexEventPricePercentage
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::ComplexEventPricePercentage
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventPricePercentage
constructor
A new instance of ComplexEventPricePercentage.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ ComplexEventPricePercentage
Returns a new instance of ComplexEventPricePercentage.
41255 41256 41257 41258 41259 41260 41261 |
# File 'lib/quickfix_fields.rb', line 41255 def initialize(data = nil) if( data == nil ) super(2123) else super(2123, data) end end |
Class Method Details
.field ⇒ Object
41252 41253 41254 |
# File 'lib/quickfix_fields.rb', line 41252 def ComplexEventPricePercentage.field return 2123 end |