Class: Quickfix::DeliveryStreamCycleDesc

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



42149
42150
42151
# File 'lib/quickfix_fields.rb', line 42149

def DeliveryStreamCycleDesc.field
  return 41082
end