Class: Quickfix::ThrottleInst

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

Returns a new instance of ThrottleInst.



22197
22198
22199
22200
22201
22202
22203
# File 'lib/quickfix_fields.rb', line 22197

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

Class Method Details

.fieldObject



22194
22195
22196
# File 'lib/quickfix_fields.rb', line 22194

def ThrottleInst.field
  return 1685
end