Class: Quickfix::LegDeliveryStreamRiskApportionment
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegDeliveryStreamRiskApportionment
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryStreamRiskApportionment
constructor
A new instance of LegDeliveryStreamRiskApportionment.
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryStreamRiskApportionment
Returns a new instance of LegDeliveryStreamRiskApportionment.
48379 48380 48381 48382 48383 48384 48385 |
# File 'lib/quickfix_fields.rb', line 48379 def initialize(data = nil) if( data == nil ) super(41438) else super(41438, data) end end |