Class: Quickfix::LegDeliveryStreamRiskApportionment

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDeliveryStreamRiskApportionment

Returns a new instance of LegDeliveryStreamRiskApportionment.



48379
48380
48381
48382
48383
48384
48385
# File 'lib/quickfix_fields.rb', line 48379

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