예제 #1
0
 /// <summary>Initializes a new instance of the <see cref="LedgerFundingEntry"/> class.</summary>
 /// <param name="entry">The entry.</param>
 internal LedgerFundingEntry(LedgerEntryBase entry)
 {
     this.wrapped = entry;
 }
 /// <summary>Initializes a new instance of the <see cref="LedgerWithdrawalEntry"/> class.</summary>
 /// <param name="entry">The entry.</param>
 internal LedgerWithdrawalEntry(LedgerEntryBase entry)
 {
     this.wrapped = entry;
 }
 /// <summary>Initializes a new instance of the <see cref="LedgerTradeEntry"/> class.</summary>
 /// <param name="entry">The entry.</param>
 internal LedgerTradeEntry(LedgerEntryBase entry)
 {
     this.wrapped = entry;
 }