Table of Contents

Class BaseOrderInfo

Namespace
LoopNet.Models.Responses
Assembly
LoopNet.dll

Base Order Info

public class BaseOrderInfo
Inheritance
BaseOrderInfo
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