Class: Quickfix::TransferReportType

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

Instance Method Summary collapse

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