Class: Quickfix::WorkingIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ WorkingIndicator

Returns a new instance of WorkingIndicator.



7221
7222
7223
7224
7225
7226
7227
# File 'lib/quickfix_fields.rb', line 7221

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

Class Method Details

.fieldObject



7218
7219
7220
# File 'lib/quickfix_fields.rb', line 7218

def WorkingIndicator.field
	return 636
end