コード例 #1
0
        public static async Task <string> GetExecutionBtcJpyThisWeek()
        {
            var productCode = await ProductCode.GetBtcJpyThisWeek().ConfigureAwait(false);

            if (productCode != null)
            {
                return(ExecutionPrefix + productCode);
            }
            return(null);
        }
コード例 #2
0
        public static async Task <string> GetBoardSnapshotBtcJpyThisWeek()
        {
            var productCode = await ProductCode.GetBtcJpyThisWeek();

            if (productCode != null)
            {
                return(BoardSnapshotPrefix + productCode);
            }
            return(null);
        }
コード例 #3
0
        public static async Task <string> GetTickerBtcJpyThisWeek()
        {
            var productCode = await ProductCode.GetBtcJpyThisWeek();

            if (productCode != null)
            {
                return(TickerPrefix + productCode);
            }
            return(null);
        }
コード例 #4
0
        public static async Task <string> GeExecutionBtcJpyThisWeek()
        {
            var productCode = await ProductCode.GetBtcJpyThisWeek();

            if (productCode != null)
            {
                return(Execution + productCode);
            }
            return(null);
        }