Class: Quickfix::UnderlyingDeliveryStreamCycleDesc

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

Returns a new instance of UnderlyingDeliveryStreamCycleDesc.



53540
53541
53542
53543
53544
53545
53546
# File 'lib/quickfix_fields.rb', line 53540

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

Class Method Details

.fieldObject



53537
53538
53539
# File 'lib/quickfix_fields.rb', line 53537

def UnderlyingDeliveryStreamCycleDesc.field
	return 41805
end