Class: Quickfix::LegDeliveryStreamImporterOfRecord

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

Returns a new instance of LegDeliveryStreamImporterOfRecord.



48431
48432
48433
48434
48435
48436
48437
# File 'lib/quickfix_fields.rb', line 48431

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

Class Method Details

.fieldObject



48428
48429
48430
# File 'lib/quickfix_fields.rb', line 48428

def LegDeliveryStreamImporterOfRecord.field
  return 41441
end