bearemhftrader.h
来自「仿真人工金融市场Jackson代码」· C头文件 代码 · 共 22 行
H
22 行
// Tim Jares -- BearEMHFTrader.h // This include file defines the characteristics of traders// in this market simulation. It should be general enough// to define all types of market participants. Specific// types of traders should inherit these attributes and// add their specific beliefs.#import <objectbase.h>#import "Trader.h"#import "UEMHFTrader.h"// This is just a sample agent: real models need real agents.@interface BearEMHFTrader: UEMHFTrader { // Don't need any local variables for now, since only // difference is in the step method ....}@end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?