Class: Quickfix::NoUnderlyingDeliveryStreamCycles

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

Returns a new instance of NoUnderlyingDeliveryStreamCycles.



53527
53528
53529
53530
53531
53532
53533
# File 'lib/quickfix_fields.rb', line 53527

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

Class Method Details

.fieldObject



53524
53525
53526
# File 'lib/quickfix_fields.rb', line 53524

def NoUnderlyingDeliveryStreamCycles.field
	return 41804
end