Class: Quickfix::UnderlyingDeliveryStreamImporterOfRecord

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

Returns a new instance of UnderlyingDeliveryStreamImporterOfRecord.



53332
53333
53334
53335
53336
53337
53338
# File 'lib/quickfix_fields.rb', line 53332

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

Class Method Details

.fieldObject



53329
53330
53331
# File 'lib/quickfix_fields.rb', line 53329

def UnderlyingDeliveryStreamImporterOfRecord.field
  return 41789
end