Class: Quickfix::CompressionGroupID

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

Returns a new instance of CompressionGroupID.



75081
75082
75083
75084
75085
75086
75087
# File 'lib/quickfix_fields.rb', line 75081

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

Class Method Details

.fieldObject



75078
75079
75080
# File 'lib/quickfix_fields.rb', line 75078

def CompressionGroupID.field
  return 2361
end