Class: Quickfix::UnderlyingDeliveryStreamRiskApportionmentSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliveryStreamRiskApportionmentSource

Returns a new instance of UnderlyingDeliveryStreamRiskApportionmentSource.



53293
53294
53295
53296
53297
53298
53299
# File 'lib/quickfix_fields.rb', line 53293

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