OOType Property
Type for general open order aggregate.
Syntax
__property TiboInvStatementOOTypes OOType[int OOIndex] = {read=FOOType, write=FSetOOType};
enum TiboInvStatementOOTypes { ootOOBUYDEBT=0, ootOOBUYMF=1, ootOOBUYOPT=2, ootOOBUYOTHER=3, ootOOBUYSTOCK=4, ootOOSELLDEBT=5, ootOOSELLMF=6, ootOOSELLOPT=7, ootOOSELLOTHER=8, ootOOSELLSTOCK=9, ootSWITCHMF=10, ootOTHER=255 };
Default Value
0
Remarks
Type for general open order aggregate. The open order types and their meanings are as follows:
ootOOBUYDEBT (0) | Buy Debt |
ootOOBUYMF (1) | Buy Mutual Fund |
ootOOBUYOPT (2) | Buy Option |
ootOOBUYOTHER (3) | Buy Other |
ootOOBUYSTOCK (4) | Buy Stock |
ootOOSELLDEBT (5) | Sell Debt |
ootOOSELLMF (6) | Sell Mutual Fund |
ootOOSELLOPT (7) | Sell Option |
ootOOSELLOTHER (8) | Sell Other |
ootOOSELLSTOCK (9) | Sell Stock |
ootSWITCHMF (10) | Switch to Mutual Fund |
ootOTHER (255) | Other |
The size of the array is controlled by the OOCount property.
This property is read-only and not available at design time.
Data Type
Integer