Class: Quickfix::LegDeliveryStreamRiskApportionmentSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegDeliveryStreamRiskApportionmentSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryStreamRiskApportionmentSource
constructor
A new instance of LegDeliveryStreamRiskApportionmentSource.
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryStreamRiskApportionmentSource
Returns a new instance of LegDeliveryStreamRiskApportionmentSource.
48392 48393 48394 48395 48396 48397 48398 |
# File 'lib/quickfix_fields.rb', line 48392 def initialize(data = nil) if( data == nil ) super(41219) else super(41219, data) end end |