初始化回测核心引擎骨架
This commit is contained in:
8
crates/fidc-core/src/instrument.rs
Normal file
8
crates/fidc-core/src/instrument.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub struct Instrument {
|
||||
pub symbol: String,
|
||||
pub name: String,
|
||||
pub board: String,
|
||||
}
|
||||
Reference in New Issue
Block a user