Class: Quickfix::ProvisionOptionExercisePeriodSkip

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) ⇒ ProvisionOptionExercisePeriodSkip

Returns a new instance of ProvisionOptionExercisePeriodSkip.



29061
29062
29063
29064
29065
29066
29067
# File 'lib/quickfix_fields.rb', line 29061

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

Class Method Details

.fieldObject



29058
29059
29060
# File 'lib/quickfix_fields.rb', line 29058

def ProvisionOptionExercisePeriodSkip.field
  return 40135
end