Class: Quickfix::LegPosCurrencyCodeSource

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

Returns a new instance of LegPosCurrencyCodeSource.



79046
79047
79048
79049
79050
79051
79052
# File 'lib/quickfix_fields.rb', line 79046

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

Class Method Details

.fieldObject



79043
79044
79045
# File 'lib/quickfix_fields.rb', line 79043

def LegPosCurrencyCodeSource.field
	return 2938
end