Class: Quickfix::NoDeliveryStreamCycles

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

Returns a new instance of NoDeliveryStreamCycles.



42139
42140
42141
42142
42143
42144
42145
# File 'lib/quickfix_fields.rb', line 42139

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

Class Method Details

.fieldObject



42136
42137
42138
# File 'lib/quickfix_fields.rb', line 42136

def NoDeliveryStreamCycles.field
  return 41081
end