Class: Quickfix::NoQuoteAttributes

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoQuoteAttributes

Returns a new instance of NoQuoteAttributes.



75718
75719
75720
75721
75722
75723
75724
# File 'lib/quickfix_fields.rb', line 75718

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

Class Method Details

.fieldObject



75715
75716
75717
# File 'lib/quickfix_fields.rb', line 75715

def NoQuoteAttributes.field
	return 2706
end