File

src/orderbook/dto/fill-redemptionbook.dto.ts

Index

Properties

Properties

amount
Type : string
Decorators :
@ApiProperty()
@IsString()
instrumentId
Type : string
Decorators :
@ApiProperty()
@IsString()
import { ApiProperty } from "@nestjs/swagger";
import { IsString } from "class-validator";

export class FillRedemptionBookDto {
  @ApiProperty()
  @IsString()
  instrumentId: string;

  @ApiProperty()
  @IsString()
  amount: string;
}

results matching ""

    No results matching ""