Class: Quickfix::DeliveryStreamDeliveryPointDesc

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

Returns a new instance of DeliveryStreamDeliveryPointDesc.



57037
57038
57039
57040
57041
57042
57043
# File 'lib/quickfix_fields.rb', line 57037

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

Class Method Details

.fieldObject



57034
57035
57036
# File 'lib/quickfix_fields.rb', line 57034

def DeliveryStreamDeliveryPointDesc.field
  return 42193
end