Class: Quickfix::FastMarketIndicator

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

Returns a new instance of FastMarketIndicator.



60677
60678
60679
60680
60681
60682
60683
# File 'lib/quickfix_fields.rb', line 60677

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

Class Method Details

.fieldObject



60674
60675
60676
# File 'lib/quickfix_fields.rb', line 60674

def FastMarketIndicator.field
	return 2447
end