Class: Quickfix::MarginRatio

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

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



17813
17814
17815
# File 'lib/quickfix_fields.rb', line 17813

def MarginRatio.field
	return 898
end