Singleton
caplin.trading.trademodel

StructureChangedType

Enumeration that provides the structure changed types that are used for determining the type of a structure change event. The types are:
  • ADD
  • REMOVE

Constructor Summary

Attributes Name and Description
caplin.trading.trademodel.StructureChangedType()

This constructor is private and must never be used.

Field Summary

Attributes Name and Description
<static> caplin.trading.trademodel.StructureChangedType.ADD

An add structure change.

<static> caplin.trading.trademodel.StructureChangedType.REMOVE

A remove structure change.

Constructor Detail

caplin.trading.trademodel.StructureChangedType()

This constructor is private and must never be used.

Field Detail

<static> String caplin.trading.trademodel.StructureChangedType.ADD

An add structure change.

<static> String caplin.trading.trademodel.StructureChangedType.REMOVE

A remove structure change.