Class: Quickfix::UnderlyingPaymentStreamMaximumTransactionCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamMaximumTransactionCurrency

Returns a new instance of UnderlyingPaymentStreamMaximumTransactionCurrency.



55022
55023
55024
55025
55026
55027
55028
# File 'lib/quickfix_fields.rb', line 55022

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