Usage:                                                                                                  
  Level1QuoteRequest [-h <host>] -u <username> -p <password>                                            
                     [-timeout <connect timeout>]
                     [-m <mode> -s <symbols>]                                                           
                     [-disp <displaySwitch>]                                                                    
                                                                                                        
where                                                                                                   
                                                                                                        
   Arg   Value                  Description                                                             
   ---   -----                  -----------                                                             
   -h    <host>                 Specifies the address to use to connect to the ICE Data Services        
                                Consolidated Feed Network.                                              
                                                                                                        
                                For example: cm*.esignal.com                                            
                                                                                                        
   -u    <username>  (required) The username for the account entitled to receive data from              
                                ICE Data Services. If you do not have one, please contact               
                                your ICE Data Services representative.                                  
                                                                                                        
   -p    <password>  (required) The password for the account entitled to receive data from              
                                ICE Data Services. If you do not have one, please contact               
                                your ICE Data Services representative.                                  
                                                                                                        
   -timeout <connect timeout>   The API allows up to 30 seconds to establish a connection before it
                                "times out" and makes another attempt.  The 30 second default can be 
                                overridden using this argument.  For example, to set the timeout to
								6 seconds enter the following:

								   -t 6

								note:  The minimum value accepted is 1 second, however, setting the 
								       connection timeout to a value less than 6 seconds may compromise
									   your ability to connect to the ICE Data Services consolidated network.

   -m    <mode>                 Identifies the type of request to make. The following modes may be      
                                specified:                                                              
                                                                                                        
                                   - snapshot                                                           
                                     Snapshot requests provide the most current data for an instrument  
                                     the time of the request, but do not provide additional updates.    
                                     Snapshot requests will return all fields available for a given     
                                     instrument.                                                        
                                                                                                        
                                   - subscribe                                                          
                                     Subscribe requests provide streaming updates for requested         
                                     instruments. The first update of each \"subscribe\" request will   
                                     all the fields avialable for an instrument, while the subsequent   
                                     streaming updates provide only fields where values have changed.   
                                                                                                        
   -s    <symbols>              The symbol, or symbols, to use for making the request.  A single        
                                symbol may be entered, or a comma separated list of symbols.            
                                Symbols that include a space must be enclosed in quotes.  For example:  
                                                                                                        
                                    -s \"CL #F\"                                                        
                                                                                                        
                                Multiple symbols must be separated by commas with no spaces.            
                                If one of the symbols contains a space, the entire list must            
                                be enclosed in quotes.  Here are two examples:                          
                                                                                                        
                                    -s  ICE,GE,WFM                                                      
                                                                                                        
                                    -s  \"ICE,CL #F,WFM\"                                               
                                                                                                        
                                This sample also supports the following \"special\" instruments for     
                                requesting user entitlements:                                           
                                                                                                        
                                   - ROSCOMMAND_OPU                                                     
                                     Provides a list of general entitlements for the user, including    
                                     venues to which they may retrieve data and user symbol limits.     
                                                                                                        
                                   - ROSCOMMAND_TP_EXT                                                  
                                     Provides a list of the user's entitlements as they relate to       
                                     ICE Data Services' historical interfaces.                          
                                                                                                        
                                   - ROSCOMMAND_NPU                                                     
                                     Provides a list of the user's entitlements as they relate to       
                                     ICE Data Services' news interfaces.                                
                                                                                                        
                                note: The above three instruments are appropriate for \"snapshot\"      
                                      requests only.                                                    
                                                                                                        
  -disp <displaySwitch>         indicates how to format the data received from the Interday History     
                                service.  Valid settings include:                                       
                                                                                                        
                                   ON      the data will be formatted for viewing the output            
                                           on the screen. (default)                                     
                                                                                                        
                                   OFF     the data will be formatted for viewing the output            
                                           as a comma separated value (CSV) file.                       
                                                                                                        
                                note:  When set to OFF, the command line must end with standard         
                                       redirection syntax and a file name.  For example:                
                                                                                                        
                                          -disp OFF >> output.csv                                       
                                                                                                        
Note:  If you do not enter a value for <host>, <mode>, <symbols>, or <non-display> the default values   
       will be used.                                                                                    
       <username> and <password> must be entered at the command line.                                   
