Class: Quickfix::SettlCurrencyCodeSource

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

Returns a new instance of SettlCurrencyCodeSource.



78539
78540
78541
78542
78543
78544
78545
# File 'lib/quickfix_fields.rb', line 78539

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

Class Method Details

.fieldObject



78536
78537
78538
# File 'lib/quickfix_fields.rb', line 78536

def SettlCurrencyCodeSource.field
	return 2899
end