📄 bullemhftrader.h
字号:
// Tim Jares -- BullEMHFTrader.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/SwarmObject.h>#import "Trader.h"#import "UEMHFTrader.h"// This is just a sample agent: real models need real agents.@interface BullEMHFTrader: UEMHFTrader { // Don't need any local variables for now, since only // difference is in the step method ....}@end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -