
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欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)