Class: Quickfix::QuoteAttributeValue

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

Returns a new instance of QuoteAttributeValue.



75744
75745
75746
75747
75748
75749
75750
# File 'lib/quickfix_fields.rb', line 75744

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

Class Method Details

.fieldObject



75741
75742
75743
# File 'lib/quickfix_fields.rb', line 75741

def QuoteAttributeValue.field
	return 2708
end