Class: Quickfix::UnderlyingComplexEventStrikePrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingComplexEventStrikePrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventStrikePrice
constructor
A new instance of UnderlyingComplexEventStrikePrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventStrikePrice
Returns a new instance of UnderlyingComplexEventStrikePrice.
52682 52683 52684 52685 52686 52687 52688 |
# File 'lib/quickfix_fields.rb', line 52682 def initialize(data = nil) if( data == nil ) super(2274) else super(2274, data) end end |
Class Method Details
.field ⇒ Object
52679 52680 52681 |
# File 'lib/quickfix_fields.rb', line 52679 def .field return 2274 end |