Class: ClickClientScrap::FX::Order

Inherits:
Struct
  • Object
show all
Defined in:
lib/clickclient_scrap.rb

Overview

注文

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count



711
712
713
# File 'lib/clickclient_scrap.rb', line 711

def count
  @count
end

#execution_expressionObject

Returns the value of attribute execution_expression



711
712
713
# File 'lib/clickclient_scrap.rb', line 711

def execution_expression
  @execution_expression
end

#order_noObject

Returns the value of attribute order_no



711
712
713
# File 'lib/clickclient_scrap.rb', line 711

def order_no
  @order_no
end

#order_stateObject

Returns the value of attribute order_state



711
712
713
# File 'lib/clickclient_scrap.rb', line 711

def order_state
  @order_state
end

#order_typeObject

Returns the value of attribute order_type



711
712
713
# File 'lib/clickclient_scrap.rb', line 711

def order_type
  @order_type
end

#pairObject

Returns the value of attribute pair



711
712
713
# File 'lib/clickclient_scrap.rb', line 711

def pair
  @pair
end

#rateObject

Returns the value of attribute rate



711
712
713
# File 'lib/clickclient_scrap.rb', line 711

def rate
  @rate
end

#sell_or_buyObject

Returns the value of attribute sell_or_buy



711
712
713
# File 'lib/clickclient_scrap.rb', line 711

def sell_or_buy
  @sell_or_buy
end

#stop_order_execution_expressionObject

Returns the value of attribute stop_order_execution_expression



711
712
713
# File 'lib/clickclient_scrap.rb', line 711

def stop_order_execution_expression
  @stop_order_execution_expression
end

#stop_order_rateObject

Returns the value of attribute stop_order_rate



711
712
713
# File 'lib/clickclient_scrap.rb', line 711

def stop_order_rate
  @stop_order_rate
end

#trade_typeObject

Returns the value of attribute trade_type



711
712
713
# File 'lib/clickclient_scrap.rb', line 711

def trade_type
  @trade_type
end