Class: Quickfix::DeliveryStreamRiskApportionment

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DeliveryStreamRiskApportionment

Returns a new instance of DeliveryStreamRiskApportionment.



41944
41945
41946
41947
41948
41949
41950
# File 'lib/quickfix_fields.rb', line 41944

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