Class: Quickfix::ProvisionOptionExerciseStyle

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProvisionOptionExerciseStyle

Returns a new instance of ProvisionOptionExerciseStyle.



28619
28620
28621
28622
28623
28624
28625
# File 'lib/quickfix_fields.rb', line 28619

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