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