Class: Quickfix::NoLegDeliveryStreamCycles

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

Returns a new instance of NoLegDeliveryStreamCycles.



48626
48627
48628
48629
48630
48631
48632
# File 'lib/quickfix_fields.rb', line 48626

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

Class Method Details

.fieldObject



48623
48624
48625
# File 'lib/quickfix_fields.rb', line 48623

def NoLegDeliveryStreamCycles.field
  return 41456
end