Beispiel #1
0
 public bool IsPostOnly()
 => ExecInst.Any(p => p == Contracts.ExecInst.ParticipateDoNotInitiate);
Beispiel #2
0
 public bool IsClose()
 => ExecInst.Any(p => p == Contracts.ExecInst.Close);
Beispiel #3
0
 public bool IsReduceOnly()
 => ExecInst.Any(p => p == Contracts.ExecInst.ReduceOnly);