Class: Quickfix::AllocGroupStatus

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

Returns a new instance of AllocGroupStatus.



76628
76629
76630
76631
76632
76633
76634
# File 'lib/quickfix_fields.rb', line 76628

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

Class Method Details

.fieldObject



76625
76626
76627
# File 'lib/quickfix_fields.rb', line 76625

def AllocGroupStatus.field
  return 2767
end