Class FinAcctOrderInfo

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll

Holds the details for an order type that is allowed for an account.

public class FinAcctOrderInfo
Inheritance
FinAcctOrderInfo
Inherited Members

Properties

LimitAmount

public SwiftAmt LimitAmount { get; }

Property Value

SwiftAmt

LimitDays

public int LimitDays { get; }

Property Value

int

LimitType

Limit type.

public string LimitType { get; }

Property Value

string

SegmentType

The segment type that this FinAcctOrderInfo refers to. This is the mandatory unique key field.

public string SegmentType { get; }

Property Value

string

SignaturesRequired

The number of signatures required for this order type.

public int SignaturesRequired { get; }

Property Value

int