Class: Quickfix::TransferReportType

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) ⇒ TransferReportType

Returns a new instance of TransferReportType.



60638
60639
60640
60641
60642
60643
60644
# File 'lib/quickfix_fields.rb', line 60638

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

Class Method Details

.fieldObject



60635
60636
60637
# File 'lib/quickfix_fields.rb', line 60635

def TransferReportType.field
  return 2444
end