Class: Quickfix::CollateralizationValueDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CollateralizationValueDate

Returns a new instance of CollateralizationValueDate.



77941
77942
77943
77944
77945
77946
77947
# File 'lib/quickfix_fields.rb', line 77941

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