Class: Quickfix::ImpliedMarketIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ImpliedMarketIndicator

Returns a new instance of ImpliedMarketIndicator.



3152
3153
3154
3155
3156
3157
3158
# File 'lib/quickfix_fields.rb', line 3152

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

Class Method Details

.fieldObject



3149
3150
3151
# File 'lib/quickfix_fields.rb', line 3149

def ImpliedMarketIndicator.field
	return 1144
end