Class: Quickfix::DerivativePriceQuoteCurrency

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

Returns a new instance of DerivativePriceQuoteCurrency.



21716
21717
21718
21719
21720
21721
21722
# File 'lib/quickfix_fields.rb', line 21716

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

Class Method Details

.fieldObject



21713
21714
21715
# File 'lib/quickfix_fields.rb', line 21713

def DerivativePriceQuoteCurrency.field
	return 1576
end