Class: Quickfix::TransferReportID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ TransferReportID

Returns a new instance of TransferReportID.



60560
60561
60562
60563
60564
60565
60566
# File 'lib/quickfix_fields.rb', line 60560

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

Class Method Details

.fieldObject



60557
60558
60559
# File 'lib/quickfix_fields.rb', line 60557

def TransferReportID.field
	return 2438
end