Class: Quickfix::UnderlyingDeliveryStreamDeliveryPointSource

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

Instance Method Summary collapse

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