- Contents
Exchange Manager Help
Collateral Auction Bid Table
The Collateral Auction table contains auction data for collateral associated to accounts. Each account can have one auction data record.
|
Field Name |
Description |
Length |
Data Type |
Parent Table and Field |
Import Types |
|
ID |
Code that Latitude assigned to identify the auction bid record in Latitude. |
4 |
Integer |
None |
NB, M |
|
AccountID |
Code that identifies the Latitude account associated to the piece of collateral. |
4 |
Integer |
Master/Number |
NB, M |
|
AuctionID |
Code that identifies the auction house. |
4 |
Integer |
None |
NB, M |
|
BidderCode |
Code that identifies the bidder. |
10 |
VarChar |
None |
NB, M |
|
BidAmount |
Amount of the bid. |
8 |
Money |
None |
NB, M |
|
AcceptBid |
Indicates whether your organization accepted the bid. |
1 |
Bit |
None |
NB, M |
|
BidDate |
Date the buyer placed the bid. |
8 |
DateTime |
None |
NB, M |
|
CounteredDate |
Date your organized made a counter offer. |
8 |
DateTime |
None |
NB, M |
|
CounteredAmount |
Amount of the counter offer. |
8 |
Money |
None |
NB, M |
|
AcceptedDate |
Date your organization accepted the bid. |
8 |
DateTime |
None |
NB, M |
|
Created |
Date the auction bid was first created |
|
DateTime |
None |
NB, M |
|
CreatedBy |
User who created the auction bid |
100 |
VarChar |
None |
NB, M |
|
Updated |
Date the auction bid was last updated |
|
DateTime |
None |
NB, M |
|
UpdatedBy |
User who last updated the auction bid |
100 |
VarChar |
None |
NB, M |

