MarketFactory C# API 3.0
 All Classes Namespaces Functions Variables Properties
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 ( MFFloat  p,
MFFloat  a 
)
Level ( Level  l)

Member Function Documentation

String toString ( )

Member Data Documentation

MFFloat price

Price of this entry.

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

MFFloat amount

Amount of this entry.

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

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.