Class: Quickfix::UnderlyingPaymentScheduleFixedCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixedCurrency

Returns a new instance of UnderlyingPaymentScheduleFixedCurrency.



36120
36121
36122
36123
36124
36125
36126
# File 'lib/quickfix_fields.rb', line 36120

def initialize(data = nil)
	if( data == nil )
		super(40679)
	else
		super(40679, data)
	end
end