Class: Quickfix::LegPriceQuoteCurrency

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

Returns a new instance of LegPriceQuoteCurrency.



21703
21704
21705
21706
21707
21708
21709
# File 'lib/quickfix_fields.rb', line 21703

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

Class Method Details

.fieldObject



21700
21701
21702
# File 'lib/quickfix_fields.rb', line 21700

def LegPriceQuoteCurrency.field
	return 1528
end