Class: Quickfix::MultiLegRptTypeReq

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MultiLegRptTypeReq

Returns a new instance of MultiLegRptTypeReq.



7676
7677
7678
7679
7680
7681
7682
# File 'lib/quickfix_fields.rb', line 7676

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