Class: Quickfix::DerivativeStrikePrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::DerivativeStrikePrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeStrikePrice
constructor
A new instance of DerivativeStrikePrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ DerivativeStrikePrice
Returns a new instance of DerivativeStrikePrice.
16750 16751 16752 16753 16754 16755 16756 |
# File 'lib/quickfix_fields.rb', line 16750 def initialize(data = nil) if( data == nil ) super(1261) else super(1261, data) end end |
Class Method Details
.field ⇒ Object
16747 16748 16749 |
# File 'lib/quickfix_fields.rb', line 16747 def DerivativeStrikePrice.field return 1261 end |