Class: Quickfix::UnderlyingProvisionCashSettlQuoteReferencePage

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlQuoteReferencePage

Returns a new instance of UnderlyingProvisionCashSettlQuoteReferencePage.



59169
59170
59171
59172
59173
59174
59175
# File 'lib/quickfix_fields.rb', line 59169

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