Class: Quickfix::DeliveryStreamRiskApportionmentSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DeliveryStreamRiskApportionmentSource

Returns a new instance of DeliveryStreamRiskApportionmentSource.



41957
41958
41959
41960
41961
41962
41963
# File 'lib/quickfix_fields.rb', line 41957

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