Class: Quickfix::DeliveryStreamTransportEquipment

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

Returns a new instance of DeliveryStreamTransportEquipment.



42113
42114
42115
42116
42117
42118
42119
# File 'lib/quickfix_fields.rb', line 42113

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

Class Method Details

.fieldObject



42110
42111
42112
# File 'lib/quickfix_fields.rb', line 42110

def DeliveryStreamTransportEquipment.field
  return 41079
end