Class: Quickfix::MultiLegReportingType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MultiLegReportingType



5531
5532
5533
5534
5535
5536
5537
# File 'lib/quickfix_fields.rb', line 5531

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

Class Method Details

.fieldObject



5528
5529
5530
# File 'lib/quickfix_fields.rb', line 5528

def MultiLegReportingType.field
  return 442
end