Class: Quickfix::UnderlyingPaymentStreamLinkInitialLevel
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingPaymentStreamLinkInitialLevel
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamLinkInitialLevel
constructor
A new instance of UnderlyingPaymentStreamLinkInitialLevel.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamLinkInitialLevel
Returns a new instance of UnderlyingPaymentStreamLinkInitialLevel.
73469 73470 73471 73472 73473 73474 73475 |
# File 'lib/quickfix_fields.rb', line 73469 def initialize(data = nil) if( data == nil ) super(42964) else super(42964, data) end end |