Class: Quickfix::SingleQuoteIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ SingleQuoteIndicator

Returns a new instance of SingleQuoteIndicator.



77538
77539
77540
77541
77542
77543
77544
# File 'lib/quickfix_fields.rb', line 77538

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

Class Method Details

.fieldObject



77535
77536
77537
# File 'lib/quickfix_fields.rb', line 77535

def SingleQuoteIndicator.field
	return 2837
end