Class: Quickfix::FinancingTermSupplementDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ FinancingTermSupplementDate

Returns a new instance of FinancingTermSupplementDate.



27930
27931
27932
27933
27934
27935
27936
# File 'lib/quickfix_fields.rb', line 27930

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