Class: Quickfix::NoLegDeliveryStreamCycles
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoLegDeliveryStreamCycles
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegDeliveryStreamCycles
constructor
A new instance of NoLegDeliveryStreamCycles.
Constructor Details
#initialize(data = nil) ⇒ NoLegDeliveryStreamCycles
Returns a new instance of NoLegDeliveryStreamCycles.
48626 48627 48628 48629 48630 48631 48632 |
# File 'lib/quickfix_fields.rb', line 48626 def initialize(data = nil) if( data == nil ) super(41456) else super(41456, data) end end |