Class: Quickfix::UnderlyingPaymentStreamCompoundingXIDRef
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentStreamCompoundingXIDRef
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingXIDRef
constructor
A new instance of UnderlyingPaymentStreamCompoundingXIDRef.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingXIDRef
Returns a new instance of UnderlyingPaymentStreamCompoundingXIDRef.
72585 72586 72587 72588 72589 72590 72591 |
# File 'lib/quickfix_fields.rb', line 72585 def initialize(data = nil) if( data == nil ) super(42896) else super(42896, data) end end |