ktrader-tech / ktrader-datatype

KTrader 量化交易系统的通用数据类型及枚举常量定义

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KTrader-Datatype

Maven Central Apache License 2.0

KTrader 量化交易系统 的通用数据类型及枚举常量定义。

虽然该项目是为 KTrader 量化交易系统而开发的,但也可以脱离 KTrader 独立使用

Download

Gradle:

repositories {
    mavenCentral()
}

dependencies {
    implementation("org.rationalityfrontline.ktrader:ktrader-datatype:1.0.1")
}

Maven:

<dependency>
    <groupId>org.rationalityfrontline.ktrader</groupId>
    <artifactId>ktrader-datatype</artifactId>
    <version>1.0.1</version>
</dependency>

License

KTrader-Datatype is released under the Apache 2.0 license.

Copyright 2021 RationalityFrontline

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

KTrader 量化交易系统的通用数据类型及枚举常量定义

License:Apache License 2.0


Languages

Language:Kotlin 99.6%Language:Java 0.4%