Class: Quickfix::UnderlyingCurrencyCodeSource

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

Returns a new instance of UnderlyingCurrencyCodeSource.



78760
78761
78762
78763
78764
78765
78766
# File 'lib/quickfix_fields.rb', line 78760

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

Class Method Details

.fieldObject



78757
78758
78759
# File 'lib/quickfix_fields.rb', line 78757

def UnderlyingCurrencyCodeSource.field
	return 2916
end