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