Class: Quickfix::LegMarginRatio

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) ⇒ LegMarginRatio

Returns a new instance of LegMarginRatio.



61457
61458
61459
61460
61461
61462
61463
# File 'lib/quickfix_fields.rb', line 61457

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

Class Method Details

.fieldObject



61454
61455
61456
# File 'lib/quickfix_fields.rb', line 61454

def LegMarginRatio.field
	return 2508
end