Class: Quickfix::DeliveryStreamDeliveryContingentPartySide

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

Returns a new instance of DeliveryStreamDeliveryContingentPartySide.



41918
41919
41920
41921
41922
41923
41924
# File 'lib/quickfix_fields.rb', line 41918

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

Class Method Details

.fieldObject



41915
41916
41917
# File 'lib/quickfix_fields.rb', line 41915

def DeliveryStreamDeliveryContingentPartySide.field
	return 41065
end