Class: Quickfix::DerivativeEventDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeEventDate

Returns a new instance of DerivativeEventDate.



17101
17102
17103
17104
17105
17106
17107
# File 'lib/quickfix_fields.rb', line 17101

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