Class: Quickfix::MarginRatio

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MarginRatio

Returns a new instance of MarginRatio.



12148
12149
12150
12151
12152
12153
12154
# File 'lib/quickfix_fields.rb', line 12148

def initialize(data = nil)
  if( data == nil )
    super(898)
  else
    super(898, data)
  end
end

Class Method Details

.fieldObject



12145
12146
12147
# File 'lib/quickfix_fields.rb', line 12145

def MarginRatio.field
  return 898
end