Class: Quickfix::UnderlyingPaymentScheduleXIDRef

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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