Class: Quickfix::DeliveryStreamCycleDesc

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DeliveryStreamCycleDesc

Returns a new instance of DeliveryStreamCycleDesc.



42152
42153
42154
42155
42156
42157
42158
# File 'lib/quickfix_fields.rb', line 42152

def initialize(data = nil)
  if( data == nil )
    super(41082)
  else
    super(41082, data)
  end
end