Class: Quickfix::DeliveryStreamRiskApportionment
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DeliveryStreamRiskApportionment
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryStreamRiskApportionment
constructor
A new instance of DeliveryStreamRiskApportionment.
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 |