Class: Quickfix::ProvisionOptionExerciseFixedDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProvisionOptionExerciseFixedDate

Returns a new instance of ProvisionOptionExerciseFixedDate.



29165
29166
29167
29168
29169
29170
29171
# File 'lib/quickfix_fields.rb', line 29165

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