Class: Quickfix::QuoteQualifier

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ QuoteQualifier

Returns a new instance of QuoteQualifier.



9548
9549
9550
9551
9552
9553
9554
# File 'lib/quickfix_fields.rb', line 9548

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

Class Method Details

.fieldObject



9545
9546
9547
# File 'lib/quickfix_fields.rb', line 9545

def QuoteQualifier.field
	return 695
end