Class: Quickfix::PaymentStreamSettlCurrency

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamSettlCurrency

Returns a new instance of PaymentStreamSettlCurrency.



36926
36927
36928
36929
36930
36931
36932
# File 'lib/quickfix_fields.rb', line 36926

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

Class Method Details

.fieldObject



36923
36924
36925
# File 'lib/quickfix_fields.rb', line 36923

def PaymentStreamSettlCurrency.field
	return 40741
end