Class: Quickfix::LegPaymentStreamLinkStrikePrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegPaymentStreamLinkStrikePrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamLinkStrikePrice
constructor
A new instance of LegPaymentStreamLinkStrikePrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamLinkStrikePrice
Returns a new instance of LegPaymentStreamLinkStrikePrice.
66839 66840 66841 66842 66843 66844 66845 |
# File 'lib/quickfix_fields.rb', line 66839 def initialize(data = nil) if( data == nil ) super(42472) else super(42472, data) end end |
Class Method Details
.field ⇒ Object
66836 66837 66838 |
# File 'lib/quickfix_fields.rb', line 66836 def LegPaymentStreamLinkStrikePrice.field return 42472 end |