Class: Quickfix::PreviousAllocGroupID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PreviousAllocGroupID

Returns a new instance of PreviousAllocGroupID.



76680
76681
76682
76683
76684
76685
76686
# File 'lib/quickfix_fields.rb', line 76680

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