Class: Quickfix::DeliveryStreamDeliveryPointSource

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

Returns a new instance of DeliveryStreamDeliveryPointSource.



57024
57025
57026
57027
57028
57029
57030
# File 'lib/quickfix_fields.rb', line 57024

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

Class Method Details

.fieldObject



57021
57022
57023
# File 'lib/quickfix_fields.rb', line 57021

def DeliveryStreamDeliveryPointSource.field
  return 42192
end