Class: Quickfix::UnderlyingPaymentStreamLinkStrikePrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStreamLinkStrikePrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamLinkStrikePrice
constructor
A new instance of UnderlyingPaymentStreamLinkStrikePrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamLinkStrikePrice
Returns a new instance of UnderlyingPaymentStreamLinkStrikePrice.
73521 73522 73523 73524 73525 73526 73527 |
# File 'lib/quickfix_fields.rb', line 73521 def initialize(data = nil) if( data == nil ) super(42968) else super(42968, data) end end |
Class Method Details
.field ⇒ Object
73518 73519 73520 |
# File 'lib/quickfix_fields.rb', line 73518 def .field return 42968 end |