Class: Quickfix::EncodedDeliveryStreamCycleDescLen

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

Instance Method Summary collapse

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