Class: Quickfix::WorkingIndicator

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

Returns a new instance of WorkingIndicator.



8573
8574
8575
8576
8577
8578
8579
# File 'lib/quickfix_fields.rb', line 8573

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

Class Method Details

.fieldObject



8570
8571
8572
# File 'lib/quickfix_fields.rb', line 8570

def WorkingIndicator.field
	return 636
end