Class: Quickfix::AllocGroupStatus

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

Instance Method Summary collapse

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