Class: SBIClient::FX::Order

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

Overview

注文

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



722
723
724
# File 'lib/sbiclient.rb', line 722

def count
  @count
end

#execution_expressionObject

Returns the value of attribute execution_expression

Returns:

  • (Object)

    the current value of execution_expression



722
723
724
# File 'lib/sbiclient.rb', line 722

def execution_expression
  @execution_expression
end

#order_noObject

Returns the value of attribute order_no

Returns:

  • (Object)

    the current value of order_no



722
723
724
# File 'lib/sbiclient.rb', line 722

def order_no
  @order_no
end

#order_stateObject

Returns the value of attribute order_state

Returns:

  • (Object)

    the current value of order_state



722
723
724
# File 'lib/sbiclient.rb', line 722

def order_state
  @order_state
end

#order_typeObject

Returns the value of attribute order_type

Returns:

  • (Object)

    the current value of order_type



722
723
724
# File 'lib/sbiclient.rb', line 722

def order_type
  @order_type
end

#pairObject

Returns the value of attribute pair

Returns:

  • (Object)

    the current value of pair



722
723
724
# File 'lib/sbiclient.rb', line 722

def pair
  @pair
end

#rateObject

Returns the value of attribute rate

Returns:

  • (Object)

    the current value of rate



722
723
724
# File 'lib/sbiclient.rb', line 722

def rate
  @rate
end

#sell_or_buyObject

Returns the value of attribute sell_or_buy

Returns:

  • (Object)

    the current value of sell_or_buy



722
723
724
# File 'lib/sbiclient.rb', line 722

def sell_or_buy
  @sell_or_buy
end

#trade_typeObject

Returns the value of attribute trade_type

Returns:

  • (Object)

    the current value of trade_type



722
723
724
# File 'lib/sbiclient.rb', line 722

def trade_type
  @trade_type
end

#trail_rangeObject

Returns the value of attribute trail_range

Returns:

  • (Object)

    the current value of trail_range



722
723
724
# File 'lib/sbiclient.rb', line 722

def trail_range
  @trail_range
end