Class: Quickfix::LegPaymentStreamSettlCurrency

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) ⇒ LegPaymentStreamSettlCurrency

Returns a new instance of LegPaymentStreamSettlCurrency.



30959
30960
30961
30962
30963
30964
30965
# File 'lib/quickfix_fields.rb', line 30959

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

Class Method Details

.fieldObject



30956
30957
30958
# File 'lib/quickfix_fields.rb', line 30956

def LegPaymentStreamSettlCurrency.field
	return 40282
end