Class: Quickfix::AllocGroupID

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

Returns a new instance of AllocGroupID.



22470
22471
22472
22473
22474
22475
22476
# File 'lib/quickfix_fields.rb', line 22470

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

Class Method Details

.fieldObject



22467
22468
22469
# File 'lib/quickfix_fields.rb', line 22467

def AllocGroupID.field
  return 1730
end