Class: Quickfix::ComplexEventPrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::ComplexEventPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventPrice
constructor
A new instance of ComplexEventPrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ ComplexEventPrice
Returns a new instance of ComplexEventPrice.
19662 19663 19664 19665 19666 19667 19668 |
# File 'lib/quickfix_fields.rb', line 19662 def initialize(data = nil) if( data == nil ) super(1486) else super(1486, data) end end |
Class Method Details
.field ⇒ Object
19659 19660 19661 |
# File 'lib/quickfix_fields.rb', line 19659 def ComplexEventPrice.field return 1486 end |