Class: Quickfix::ProvisionCashSettlValueDateRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProvisionCashSettlValueDateRelativeTo

Returns a new instance of ProvisionCashSettlValueDateRelativeTo.



28840
28841
28842
28843
28844
28845
28846
# File 'lib/quickfix_fields.rb', line 28840

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