IPWorks OFX 2020 Python Edition

Questions / Feedback?

include_positions Property

Specifies whether or not to include positions in the statement download.

Syntax

def get_include_positions() -> bool: ...
def set_include_positions(value: bool) -> None: ...

include_positions = property(get_include_positions, set_include_positions)

Default Value

TRUE

Remarks

This property is required when the get_statement method is called.

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