Class: Quickfix::UnderlyingPaymentScheduleXIDRef
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentScheduleXIDRef
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleXIDRef
constructor
A new instance of UnderlyingPaymentScheduleXIDRef.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleXIDRef
Returns a new instance of UnderlyingPaymentScheduleXIDRef.
54749 54750 54751 54752 54753 54754 54755 |
# File 'lib/quickfix_fields.rb', line 54749 def initialize(data = nil) if( data == nil ) super(41882) else super(41882, data) end end |