Class: Quickfix::UnderlyingComplexEventPrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingComplexEventPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventPrice
constructor
A new instance of UnderlyingComplexEventPrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventPrice
Returns a new instance of UnderlyingComplexEventPrice.
26812 26813 26814 26815 26816 26817 26818 |
# File 'lib/quickfix_fields.rb', line 26812 def initialize(data = nil) if( data == nil ) super(2048) else super(2048, data) end end |
Class Method Details
.field ⇒ Object
26809 26810 26811 |
# File 'lib/quickfix_fields.rb', line 26809 def UnderlyingComplexEventPrice.field return 2048 end |