Class: Quickfix::PaymentStreamLinkStrikePriceType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PaymentStreamLinkStrikePriceType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamLinkStrikePriceType
constructor
A new instance of PaymentStreamLinkStrikePriceType.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamLinkStrikePriceType
Returns a new instance of PaymentStreamLinkStrikePriceType.
69426 69427 69428 69429 69430 69431 69432 |
# File 'lib/quickfix_fields.rb', line 69426 def initialize(data = nil) if( data == nil ) super(42674) else super(42674, data) end end |