Class FinWhitelistRegisterOrder
Spezialized whitelist entry registration order (HKWPE). This should not be created directly, instead the FinWhitelistRegisterBuilder should be used to create this order.
public class FinWhitelistRegisterOrder : FinOrder
- Inheritance
-
FinWhitelistRegisterOrder
- Inherited Members
Remarks
When the order was successfully completed the EntryID contains the whitelist entry ID that was returned in the HIWPE response.
Constructors
FinWhitelistRegisterOrder()
This ctor shall only be used when loading a previously persisted instance of this class.
public FinWhitelistRegisterOrder()
FinWhitelistRegisterOrder(FinSegment, FinAcct, FinWhitelistEntry)
public FinWhitelistRegisterOrder(FinSegment aOrderSegment, FinAcct aOrderAcct, FinWhitelistEntry aWhitelistEntry)
Parameters
aOrderSegment
FinSegmentaOrderAcct
FinAcctaWhitelistEntry
FinWhitelistEntryOptional whitelist entry that will receive the EntryID of the order response, if any.
Properties
EntryID
The whitelist entry ID that was returned in the HIWPE response.
public string EntryID { get; }
Property Value
Methods
OnExecuteComplete(FinDialog)
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
aDialog
FinDialog