Table of Contents

Class UserOrderInfo

Namespace
LoopNet.Models.Responses
Assembly
LoopNet.dll

User order info

public class UserOrderInfo
Inheritance
UserOrderInfo
Inherited Members

Properties

MakerRate

The maker rate

[JsonProperty("makerRate")]
public int MakerRate { get; set; }

Property Value

int

MinAmount

The minimum amount

[JsonProperty("minAmount")]
public string? MinAmount { get; set; }

Property Value

string

TakerRate

The taker rate

[JsonProperty("takerRate")]
public int TakerRate { get; set; }

Property Value

int