using System; namespace sharp.trading { public enum OrderState { INVALID, UNTOUCHED, PARTLYFILLED, FILLED, CANCELED } }