Table of Contents

Class OFXSecurityListResponse

Namespace
Tudormobile.QIFLibrary
Assembly
Tudormobile.QIFLibrary.dll

OFX Securiry List Response message.

public class OFXSecurityListResponse : OFXMessageSet
Inheritance
OFXSecurityListResponse
Inherited Members

Constructors

OFXSecurityListResponse(SecurityList, string?, OFXStatus?, string?)

Create and initialize a new instance.

public OFXSecurityListResponse(SecurityList securities, string? userId = null, OFXStatus? status = null, string? cookie = null)

Parameters

securities SecurityList

Securitites in this list.

userId string

User ID (optional)

status OFXStatus

Response status (optional)

cookie string

Cookie (optional)