Class: Quickfix::NoThrottles

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

Returns a new instance of NoThrottles.



22093
22094
22095
22096
22097
22098
22099
# File 'lib/quickfix_fields.rb', line 22093

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

Class Method Details

.fieldObject



22090
22091
22092
# File 'lib/quickfix_fields.rb', line 22090

def NoThrottles.field
  return 1610
end