Class: SBIClient::FX::Position

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



728
729
730
# File 'lib/sbiclient.rb', line 728

def count
  @count
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



728
729
730
# File 'lib/sbiclient.rb', line 728

def date
  @date
end

#pairObject

Returns the value of attribute pair

Returns:

  • (Object)

    the current value of pair



728
729
730
# File 'lib/sbiclient.rb', line 728

def pair
  @pair
end

#position_idObject

Returns the value of attribute position_id

Returns:

  • (Object)

    the current value of position_id



728
729
730
# File 'lib/sbiclient.rb', line 728

def position_id
  @position_id
end

#profit_or_lossObject

Returns the value of attribute profit_or_loss

Returns:

  • (Object)

    the current value of profit_or_loss



728
729
730
# File 'lib/sbiclient.rb', line 728

def profit_or_loss
  @profit_or_loss
end

#rateObject

Returns the value of attribute rate

Returns:

  • (Object)

    the current value of rate



728
729
730
# File 'lib/sbiclient.rb', line 728

def rate
  @rate
end

#sell_or_buyObject

Returns the value of attribute sell_or_buy

Returns:

  • (Object)

    the current value of sell_or_buy



728
729
730
# File 'lib/sbiclient.rb', line 728

def sell_or_buy
  @sell_or_buy
end