Table of Contents

Class OFXPositionListResponse

Namespace
Tudormobile.QIFLibrary
Assembly
Tudormobile.QIFLibrary.dll

OFX Position Response message.

public class OFXPositionListResponse : OFXMessage
Inheritance
OFXPositionListResponse
Inherited Members

Constructors

OFXPositionListResponse(PositionList, Account, DateTime?, string, string, OFXStatus?, OFXCurrencyType)

Create and initialize a new instance.

public OFXPositionListResponse(PositionList positions, Account account, DateTime? dateAsOf = null, string id = "", string cookie = "", OFXStatus? status = null, OFXCurrencyType currency = OFXCurrencyType.USD)

Parameters

positions PositionList

Positions.

account Account

Account.

dateAsOf DateTime?

Date as-of. (optional; defaul is NOW)

id string

Unique identifier (optional)

cookie string

Cookie (optional)

status OFXStatus

Status (optional; default is INFO/code 0)

currency OFXCurrencyType

Currency (optional; default is USD).

Properties

Cookie

public string Cookie { get; set; }

Property Value

string

Currency

Currency used

public OFXCurrencyType Currency { get; set; }

Property Value

OFXCurrencyType

DateAsOf

Date as-of for the position list.

public DateTime DateAsOf { get; set; }

Property Value

DateTime

Properties

OFX Properties.

public override IList<OFXProperty> Properties { get; }

Property Value

IList<OFXProperty>