Class: Quickfix::UnderlyingPaymentScheduleSettlPeriodPriceCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleSettlPeriodPriceCurrency

Returns a new instance of UnderlyingPaymentScheduleSettlPeriodPriceCurrency.



54827
54828
54829
54830
54831
54832
54833
# File 'lib/quickfix_fields.rb', line 54827

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