Class: Quickfix::UnderlyingPaymentStreamRateOrAmountCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateOrAmountCurrency

Returns a new instance of UnderlyingPaymentStreamRateOrAmountCurrency.



35314
35315
35316
35317
35318
35319
35320
# File 'lib/quickfix_fields.rb', line 35314

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