Class: Quickfix::UnderlyingDeliveryStreamTransportEquipment

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

Returns a new instance of UnderlyingDeliveryStreamTransportEquipment.



53449
53450
53451
53452
53453
53454
53455
# File 'lib/quickfix_fields.rb', line 53449

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

Class Method Details

.fieldObject



53446
53447
53448
# File 'lib/quickfix_fields.rb', line 53446

def UnderlyingDeliveryStreamTransportEquipment.field
  return 41798
end