Semion A / Publications
Forum
struct member is undefined
Hi guys! Recently I have tried to use some trade types to control the behavior of my advisor. Here is a code snippet: CPositionInfo* p = new CPositionInfo(); Alert(p.Identifier); When I try to compile this code I get an error: 'Identifier' - struct member is undefined . What's wrong here? Thanks