Class: Quickfix::LegComplexEventPrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegComplexEventPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventPrice
constructor
A new instance of LegComplexEventPrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegComplexEventPrice
Returns a new instance of LegComplexEventPrice.
47547 47548 47549 47550 47551 47552 47553 |
# File 'lib/quickfix_fields.rb', line 47547 def initialize(data = nil) if( data == nil ) super(2227) else super(2227, data) end end |
Class Method Details
.field ⇒ Object
47544 47545 47546 |
# File 'lib/quickfix_fields.rb', line 47544 def LegComplexEventPrice.field return 2227 end |