Class: Quickfix::ProvisionOptionExerciseFixedDateType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProvisionOptionExerciseFixedDateType

Returns a new instance of ProvisionOptionExerciseFixedDateType.



29178
29179
29180
29181
29182
29183
29184
# File 'lib/quickfix_fields.rb', line 29178

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