Class: Quickfix::DeliveryStreamType

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DeliveryStreamType

Returns a new instance of DeliveryStreamType.



41827
41828
41829
41830
41831
41832
41833
# File 'lib/quickfix_fields.rb', line 41827

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

Class Method Details

.fieldObject



41824
41825
41826
# File 'lib/quickfix_fields.rb', line 41824

def DeliveryStreamType.field
  return 41058
end