MarketFactory C# API 3.0
Level Class Reference

Public Member Functions

 Level (MFFloat p, MFFloat a)
 
 Level (Level l)
 
String toString ()
 

Public Attributes

MFFloat amount
 Amount of this entry. More...
 
MFFloat price
 Price of this entry. More...
 
byte source
 A bitmask that provides hints regarding what data was used to produce this entry (vanilla market entry, or enhanced). More...
 

Constructor & Destructor Documentation

◆ Level() [1/2]

Level ( MFFloat  p,
MFFloat  a 
)

◆ Level() [2/2]

Level ( Level  l)

Member Function Documentation

◆ toString()

String toString ( )

Member Data Documentation

◆ price

MFFloat price

Price of this entry.

If this is a structured entry, the price may be invalid.

◆ amount

MFFloat amount

Amount of this entry.

If this is a structured entry, the amount may be invalid.

◆ source

byte source

A bitmask that provides hints regarding what data was used to produce this entry (vanilla market entry, or enhanced).

See also
MDSource enum for possible bit values.
Confidential. Copyright © 2011 MarketFactory, Inc.