Class: Quickfix::LegDeliveryStreamDeliveryContingentPartySide

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

Class Method Details

.fieldObject



48350
48351
48352
# File 'lib/quickfix_fields.rb', line 48350

def LegDeliveryStreamDeliveryContingentPartySide.field
	return 41436
end