Class: Quickfix::MarginRatio
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::MarginRatio
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarginRatio
constructor
A new instance of MarginRatio.
Constructor Details
#initialize(data = nil) ⇒ MarginRatio
Returns a new instance of MarginRatio.
17816 17817 17818 17819 17820 17821 17822 |
# File 'lib/quickfix_fields.rb', line 17816 def initialize(data = nil) if( data == nil ) super(898) else super(898, data) end end |
Class Method Details
.field ⇒ Object
17813 17814 17815 |
# File 'lib/quickfix_fields.rb', line 17813 def MarginRatio.field return 898 end |