Class: Quickfix::LegDeliveryStreamDeliveryContingentPartySide

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDeliveryStreamDeliveryContingentPartySide

Returns a new instance of LegDeliveryStreamDeliveryContingentPartySide.



48353
48354
48355
48356
48357
48358
48359
# File 'lib/quickfix_fields.rb', line 48353

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