Class: Quickfix::AllocReportType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AllocReportType



10822
10823
10824
10825
10826
10827
10828
# File 'lib/quickfix_fields.rb', line 10822

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