Class: Quickfix::ProvisionOptionExercisePeriodSkip

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

Instance Method Summary collapse

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