Class: Quickfix::UnderlyingStreamNotionalXIDRef
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingStreamNotionalXIDRef
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamNotionalXIDRef
constructor
A new instance of UnderlyingStreamNotionalXIDRef.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamNotionalXIDRef
Returns a new instance of UnderlyingStreamNotionalXIDRef.
56491 56492 56493 56494 56495 56496 56497 |
# File 'lib/quickfix_fields.rb', line 56491 def initialize(data = nil) if( data == nil ) super(42018) else super(42018, data) end end |