Class: Quickfix::UnderlyingDeliveryStreamDeliveryPointDesc

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliveryStreamDeliveryPointDesc

Returns a new instance of UnderlyingDeliveryStreamDeliveryPointDesc.



57154
57155
57156
57157
57158
57159
57160
# File 'lib/quickfix_fields.rb', line 57154

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