Class: Quickfix::EncodedDeliveryStreamCycleDescLen

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ EncodedDeliveryStreamCycleDescLen

Returns a new instance of EncodedDeliveryStreamCycleDescLen.



42165
42166
42167
42168
42169
42170
42171
# File 'lib/quickfix_fields.rb', line 42165

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

Class Method Details

.fieldObject



42162
42163
42164
# File 'lib/quickfix_fields.rb', line 42162

def EncodedDeliveryStreamCycleDescLen.field
  return 41083
end