Class: Quickfix::EncodedLegDeliveryStreamCycleDescLen
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::EncodedLegDeliveryStreamCycleDescLen
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncodedLegDeliveryStreamCycleDescLen
constructor
A new instance of EncodedLegDeliveryStreamCycleDescLen.
Constructor Details
#initialize(data = nil) ⇒ EncodedLegDeliveryStreamCycleDescLen
Returns a new instance of EncodedLegDeliveryStreamCycleDescLen.
48652 48653 48654 48655 48656 48657 48658 |
# File 'lib/quickfix_fields.rb', line 48652 def initialize(data = nil) if( data == nil ) super(41458) else super(41458, data) end end |