Class: Quickfix::UnderlyingDeliveryStreamRiskApportionment

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliveryStreamRiskApportionment

Returns a new instance of UnderlyingDeliveryStreamRiskApportionment.



53280
53281
53282
53283
53284
53285
53286
# File 'lib/quickfix_fields.rb', line 53280

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