API
Version 2.0.1
Low-Latency HFT API
Main Page
Classes
Files
File List
All
Classes
Functions
Variables
sgApiParameters.h
1
#ifndef SG_API_PARAMETERS_H
2
#define SG_API_PARAMETERS_H
3
namespace
API2
4
{
9
class
StrategyParameters
10
{
11
public
:
16
void
*
getInfo
();
17
22
int
getClientId
() ;
27
int
getId
();
28
29
StrategyParameters
():
30
_clientId
(-1),
31
_info
(0),
32
_id
(-1)
33
{}
34
protected
:
38
int
_clientId
;
39
43
void
*
_info
;
47
int
_id
;
48
49
50
51
};
52
}
53
#endif
API2::StrategyParameters::getId
int getId()
getId
API2::StrategyParameters::getClientId
int getClientId()
getClientId
API2::StrategyParameters::_id
int _id
_id
Definition:
sgApiParameters.h:47
API2::StrategyParameters::_info
void * _info
_info
Definition:
sgApiParameters.h:43
API2::StrategyParameters
The StrategyParameters class provides the Basic Strategy Parameters, StrategyId and ClientId...
Definition:
sgApiParameters.h:9
API2::StrategyParameters::getInfo
void * getInfo()
getInfo, Provides the Strategy Parameters
API2::StrategyParameters::_clientId
int _clientId
_clientId
Definition:
sgApiParameters.h:38
api_includes
sgApiParameters.h
Generated on Thu Sep 25 2014 16:32:25 for API by
1.8.6