Class: Quickfix::TestMessageIndicator

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

Returns a new instance of TestMessageIndicator.



617
618
619
620
621
622
623
# File 'lib/quickfix_fields.rb', line 617

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

Class Method Details

.fieldObject



614
615
616
# File 'lib/quickfix_fields.rb', line 614

def TestMessageIndicator.field
	return 464
end