Class: Quickfix::TotNoPartyDetailReports

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ TotNoPartyDetailReports

Returns a new instance of TotNoPartyDetailReports.



62016
62017
62018
62019
62020
62021
62022
# File 'lib/quickfix_fields.rb', line 62016

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

Class Method Details

.fieldObject



62013
62014
62015
# File 'lib/quickfix_fields.rb', line 62013

def TotNoPartyDetailReports.field
  return 2539
end