Class: Quickfix::LegProvisionOptionExerciseConfirmation

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegProvisionOptionExerciseConfirmation

Returns a new instance of LegProvisionOptionExerciseConfirmation.



33338
33339
33340
33341
33342
33343
33344
# File 'lib/quickfix_fields.rb', line 33338

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

Class Method Details

.fieldObject



33335
33336
33337
# File 'lib/quickfix_fields.rb', line 33335

def LegProvisionOptionExerciseConfirmation.field
  return 40465
end