Class FinAcctOrderInfo
Holds the details for an order type that is allowed for an account.
Inheritance
System.Object
FinAcctOrderInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinAcctOrderInfo
Properties
LimitAmount
Declaration
public SwiftAmt LimitAmount { get; }
Property Value
Type | Description |
---|---|
SwiftAmt |
LimitDays
Declaration
public int LimitDays { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
LimitType
Limit type.
Declaration
public string LimitType { get; }
Property Value
Type | Description |
---|---|
System.String |
SegmentType
The segment type that this FinAcctOrderInfo refers to. This is the mandatory unique key field.
Declaration
public string SegmentType { get; }
Property Value
Type | Description |
---|---|
System.String |
SignaturesRequired
The number of signatures required for this order type.
Declaration
public int SignaturesRequired { get; }
Property Value
Type | Description |
---|---|
System.Int32 |