Class: Quickfix::UnderlyingDividendPeriodStrikePrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingDividendPeriodStrikePrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendPeriodStrikePrice
constructor
A new instance of UnderlyingDividendPeriodStrikePrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendPeriodStrikePrice
Returns a new instance of UnderlyingDividendPeriodStrikePrice.
71987 71988 71989 71990 71991 71992 71993 |
# File 'lib/quickfix_fields.rb', line 71987 def initialize(data = nil) if( data == nil ) super(42867) else super(42867, data) end end |
Class Method Details
.field ⇒ Object
71984 71985 71986 |
# File 'lib/quickfix_fields.rb', line 71984 def .field return 42867 end |