IPWorks OFX 2020 Python Edition

Questions / Feedback?

oo_type_description Property

A description of the open order type.

Syntax

def get_oo_type_description(oo_index: int) -> str: ...

Default Value

""

Remarks

A description of the open order type. This is a string representation of the value returned by the oooo_type property.

The 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 oo_index parameter specifies the index of the item in the array. The size of the array is controlled by the oo_count property.

This property is read-only.

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