Class: Quickfix::EncodedLegDeliveryStreamCycleDesc

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ EncodedLegDeliveryStreamCycleDesc

Returns a new instance of EncodedLegDeliveryStreamCycleDesc.



48665
48666
48667
48668
48669
48670
48671
# File 'lib/quickfix_fields.rb', line 48665

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

Class Method Details

.fieldObject



48662
48663
48664
# File 'lib/quickfix_fields.rb', line 48662

def EncodedLegDeliveryStreamCycleDesc.field
	return 41459
end