Class: Quickfix::UnderlyingPaymentStreamFlatRateCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamFlatRateCurrency

Returns a new instance of UnderlyingPaymentStreamFlatRateCurrency.



54970
54971
54972
54973
54974
54975
54976
# File 'lib/quickfix_fields.rb', line 54970

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