Class: Quickfix::LegDeliveryStreamDeliveryRestriction
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegDeliveryStreamDeliveryRestriction
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryStreamDeliveryRestriction
constructor
A new instance of LegDeliveryStreamDeliveryRestriction.
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryStreamDeliveryRestriction
Returns a new instance of LegDeliveryStreamDeliveryRestriction.
48327 48328 48329 48330 48331 48332 48333 |
# File 'lib/quickfix_fields.rb', line 48327 def initialize(data = nil) if( data == nil ) super(41434) else super(41434, data) end end |