Class: Quickfix::EncodedUnderlyingDeliveryStreamCycleDescLen

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

Returns a new instance of EncodedUnderlyingDeliveryStreamCycleDescLen.



53553
53554
53555
53556
53557
53558
53559
# File 'lib/quickfix_fields.rb', line 53553

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

Class Method Details

.fieldObject



53550
53551
53552
# File 'lib/quickfix_fields.rb', line 53550

def EncodedUnderlyingDeliveryStreamCycleDescLen.field
	return 41806
end