Class: Quickfix::PriceQuoteCurrencyCodeSource

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

Returns a new instance of PriceQuoteCurrencyCodeSource.



78643
78644
78645
78646
78647
78648
78649
# File 'lib/quickfix_fields.rb', line 78643

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

Class Method Details

.fieldObject



78640
78641
78642
# File 'lib/quickfix_fields.rb', line 78640

def PriceQuoteCurrencyCodeSource.field
	return 2907
end