Class: Quickfix::DeliveryStreamImporterOfRecord

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

Returns a new instance of DeliveryStreamImporterOfRecord.



41996
41997
41998
41999
42000
42001
42002
# File 'lib/quickfix_fields.rb', line 41996

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

Class Method Details

.fieldObject



41993
41994
41995
# File 'lib/quickfix_fields.rb', line 41993

def DeliveryStreamImporterOfRecord.field
  return 41070
end