Class: Quickfix::UnderlyingAllocationPercent

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp
more...

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ UnderlyingAllocationPercent

Returns a new instance of UnderlyingAllocationPercent.

[View source]

121874
121875
121876
121877
121878
121879
121880
# File 'ext/quickfix/QuickfixRuby.cpp', line 121874

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

Class Method Details

.fieldObject

[View source]

12977
12978
12979
# File 'lib/quickfix_fields.rb', line 12977

def UnderlyingAllocationPercent.field
  return 972
end