Class: Quickfix::ThrottleCountIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ThrottleCountIndicator

Returns a new instance of ThrottleCountIndicator.



22210
22211
22212
22213
22214
22215
22216
# File 'lib/quickfix_fields.rb', line 22210

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

Class Method Details

.fieldObject



22207
22208
22209
# File 'lib/quickfix_fields.rb', line 22207

def ThrottleCountIndicator.field
	return 1686
end