Class: Quickfix::UnderlyingDeliveryStreamDeliveryContingentPartySide

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliveryStreamDeliveryContingentPartySide

Returns a new instance of UnderlyingDeliveryStreamDeliveryContingentPartySide.



53254
53255
53256
53257
53258
53259
53260
# File 'lib/quickfix_fields.rb', line 53254

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