Class: Quickfix::LegCurrencyCodeSource

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

Returns a new instance of LegCurrencyCodeSource.



78526
78527
78528
78529
78530
78531
78532
# File 'lib/quickfix_fields.rb', line 78526

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

Class Method Details

.fieldObject



78523
78524
78525
# File 'lib/quickfix_fields.rb', line 78523

def LegCurrencyCodeSource.field
	return 2898
end