Class: Quickfix::PaymentStreamLinkStrikePrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PaymentStreamLinkStrikePrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamLinkStrikePrice
constructor
A new instance of PaymentStreamLinkStrikePrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamLinkStrikePrice
Returns a new instance of PaymentStreamLinkStrikePrice.
69413 69414 69415 69416 69417 69418 69419 |
# File 'lib/quickfix_fields.rb', line 69413 def initialize(data = nil) if( data == nil ) super(42673) else super(42673, data) end end |
Class Method Details
.field ⇒ Object
69410 69411 69412 |
# File 'lib/quickfix_fields.rb', line 69410 def PaymentStreamLinkStrikePrice.field return 42673 end |