Class: Quickfix::LegPaymentStreamLinkStrikePrice
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegPaymentStreamLinkStrikePrice
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamLinkStrikePrice
constructor
A new instance of LegPaymentStreamLinkStrikePrice.
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 |