Class: Quickfix::UnderlyingDeliveryStreamRiskApportionment
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingDeliveryStreamRiskApportionment
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamRiskApportionment
constructor
A new instance of UnderlyingDeliveryStreamRiskApportionment.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamRiskApportionment
Returns a new instance of UnderlyingDeliveryStreamRiskApportionment.
53280 53281 53282 53283 53284 53285 53286 |
# File 'lib/quickfix_fields.rb', line 53280 def initialize(data = nil) if( data == nil ) super(41786) else super(41786, data) end end |