Class: Quickfix::UnderlyingDeliveryStreamDeliveryPointSource

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

Returns a new instance of UnderlyingDeliveryStreamDeliveryPointSource.



57167
57168
57169
57170
57171
57172
57173
# File 'lib/quickfix_fields.rb', line 57167

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

Class Method Details

.fieldObject



57164
57165
57166
# File 'lib/quickfix_fields.rb', line 57164

def UnderlyingDeliveryStreamDeliveryPointSource.field
  return 42196
end