UNPKG

@tomei/live-price

Version:

Tomei live-price Package

17 lines (15 loc) 447 B
import { SourceFeedName } from '../enum/feed.enum'; export interface IFeedHistoryAttr { FeedHistoryId?: string; FeedName: SourceFeedName; DateTime: Date; Currency: string; SourceFeedBuyPrice: number; SourceFeedSellPrice: number; FeedBuyPrice: number; FeedSellPrice: number; IsSourceFeedAvailableYN: string; IsManualCutOffYN: string; IsManualPriceActivatedYN: string; IsCircuitBreakerActivatedYN: string; }