Class: Quickfix::AllocSettlCurrencyCodeSource

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

Returns a new instance of AllocSettlCurrencyCodeSource.



78903
78904
78905
78906
78907
78908
78909
# File 'lib/quickfix_fields.rb', line 78903

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

Class Method Details

.fieldObject



78900
78901
78902
# File 'lib/quickfix_fields.rb', line 78900

def AllocSettlCurrencyCodeSource.field
	return 2927
end