Class: Quickfix::EncodedDeliveryStreamCycleDesc

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) ⇒ EncodedDeliveryStreamCycleDesc

Returns a new instance of EncodedDeliveryStreamCycleDesc.



42178
42179
42180
42181
42182
42183
42184
# File 'lib/quickfix_fields.rb', line 42178

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

Class Method Details

.fieldObject



42175
42176
42177
# File 'lib/quickfix_fields.rb', line 42175

def EncodedDeliveryStreamCycleDesc.field
  return 41084
end