【backtrader源码解析38】comminfo.py源码注释

【backtrader源码解析38】comminfo.py源码注释,第1张

comminfo.py主要用于实现具体的佣金和保证金的功能,在实际做策略的过程中,使用还是比较频繁的,需要关注一下。

from __future__ import (absolute_import, division, print_function,
                        unicode_literals)

import datetime

from .utils.py3 import with_metaclass
from .metabase import MetaParams


# 佣金类
class CommInfo

欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/langs/875838.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-05-13
下一篇2022-05-13

发表评论

登录后才能评论

评论列表(0条)

    保存