Class: Quickfix::LegDeliveryStreamTransportEquipment

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

Returns a new instance of LegDeliveryStreamTransportEquipment.



48548
48549
48550
48551
48552
48553
48554
# File 'lib/quickfix_fields.rb', line 48548

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

Class Method Details

.fieldObject



48545
48546
48547
# File 'lib/quickfix_fields.rb', line 48545

def LegDeliveryStreamTransportEquipment.field
  return 41450
end