OOType Property

Type for general open order aggregate.

Object Oriented Interface

public function getOOType($ooindex);

Procedural Interface

ipworksofx_invstatement_get($res, 52 , $ooindex);

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 $ooindex parameter specifies the index of the item in the array. 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

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OFX 2020 PHP Edition - Version 20.0 [Build 7941]