Class: Quickfix::ProvisionOptionExerciseLatestTimeBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProvisionOptionExerciseLatestTimeBusinessCenter

Returns a new instance of ProvisionOptionExerciseLatestTimeBusinessCenter.



29139
29140
29141
29142
29143
29144
29145
# File 'lib/quickfix_fields.rb', line 29139

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