SettleDistressed
No description
type SettleDistressed {
marketId: ID!
partyId: ID!
margin: String!
price: String!
}
Fields
SettleDistressed.marketId
● ID!
non-null scalar
The market in which a position was closed out
SettleDistressed.partyId
● ID!
non-null scalar
The party that was closed out
SettleDistressed.margin
● String!
non-null scalar
The margin taken from distressed party
SettleDistressed.price
● String!
non-null scalar
The price at which the position was closed out