Class: Quickfix::ProvisionOptionExerciseStyle

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



28616
28617
28618
# File 'lib/quickfix_fields.rb', line 28616

def ProvisionOptionExerciseStyle.field
	return 40101
end