Class: Quickfix::ComplexEventStrikePrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::ComplexEventStrikePrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventStrikePrice
constructor
A new instance of ComplexEventStrikePrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ ComplexEventStrikePrice
Returns a new instance of ComplexEventStrikePrice.
41346 41347 41348 41349 41350 41351 41352 |
# File 'lib/quickfix_fields.rb', line 41346 def initialize(data = nil) if( data == nil ) super(2130) else super(2130, data) end end |
Class Method Details
.field ⇒ Object
41343 41344 41345 |
# File 'lib/quickfix_fields.rb', line 41343 def ComplexEventStrikePrice.field return 2130 end |