Class: Quickfix::PriceQuoteCurrency

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

Returns a new instance of PriceQuoteCurrency.



21677
21678
21679
21680
21681
21682
21683
# File 'lib/quickfix_fields.rb', line 21677

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

Class Method Details

.fieldObject



21674
21675
21676
# File 'lib/quickfix_fields.rb', line 21674

def PriceQuoteCurrency.field
	return 1524
end