IPWorks OFX 2020 ActiveX Edition

Questions / Feedback?

OOType Property

Type for general open order aggregate.

Syntax

invstatementcontrol.OOType(OOIndex)

Possible Values

  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 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 ActiveX Edition - Version 20.0 [Build 7941]