Class: Quickfix::LegPriceQuoteCurrencyCodeSource

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

Returns a new instance of LegPriceQuoteCurrencyCodeSource.



78695
78696
78697
78698
78699
78700
78701
# File 'lib/quickfix_fields.rb', line 78695

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

Class Method Details

.fieldObject



78692
78693
78694
# File 'lib/quickfix_fields.rb', line 78692

def LegPriceQuoteCurrencyCodeSource.field
	return 2911
end