Class: Quickfix::EncodedLegDeliveryStreamCycleDescLen

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

Returns a new instance of EncodedLegDeliveryStreamCycleDescLen.



48652
48653
48654
48655
48656
48657
48658
# File 'lib/quickfix_fields.rb', line 48652

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

Class Method Details

.fieldObject



48649
48650
48651
# File 'lib/quickfix_fields.rb', line 48649

def EncodedLegDeliveryStreamCycleDescLen.field
  return 41458
end