FastQuant.TradeDetector.method_3 C# (CSharp) 메소드

method_3() 개인적인 메소드

private method_3 ( FastQuant.Fill fill_1 ) : bool
fill_1 FastQuant.Fill
리턴 bool
        private bool method_3(Fill fill_1)
        {
            return fill_1.Side == OrderSide.Buy;
        }