Class: Quickfix::ThrottleAction

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

Returns a new instance of ThrottleAction.



22106
22107
22108
22109
22110
22111
22112
# File 'lib/quickfix_fields.rb', line 22106

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

Class Method Details

.fieldObject



22103
22104
22105
# File 'lib/quickfix_fields.rb', line 22103

def ThrottleAction.field
  return 1611
end