Class: Quickfix::ThrottleMsgType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ThrottleMsgType

Returns a new instance of ThrottleMsgType.



22184
22185
22186
22187
22188
22189
22190
# File 'lib/quickfix_fields.rb', line 22184

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

Class Method Details

.fieldObject



22181
22182
22183
# File 'lib/quickfix_fields.rb', line 22181

def ThrottleMsgType.field
  return 1619
end