Class: Quickfix::UnderlyingDeliveryStreamRiskApportionmentSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingDeliveryStreamRiskApportionmentSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamRiskApportionmentSource
constructor
A new instance of UnderlyingDeliveryStreamRiskApportionmentSource.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamRiskApportionmentSource
Returns a new instance of UnderlyingDeliveryStreamRiskApportionmentSource.
53293 53294 53295 53296 53297 53298 53299 |
# File 'lib/quickfix_fields.rb', line 53293 def initialize(data = nil) if( data == nil ) super(41587) else super(41587, data) end end |