Class: Quickfix::UnderlyingPhysicalSettlDeliverableObligationValue

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPhysicalSettlDeliverableObligationValue

Returns a new instance of UnderlyingPhysicalSettlDeliverableObligationValue.



58701
58702
58703
58704
58705
58706
58707
# File 'lib/quickfix_fields.rb', line 58701

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