Class: Quickfix::RepurchaseRate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ RepurchaseRate

Returns a new instance of RepurchaseRate.



65890
65891
65892
65893
65894
65895
65896
# File 'ext/quickfix/QuickfixRuby.cpp', line 65890

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

Class Method Details

.fieldObject



5619
5620
5621
# File 'lib/quickfix_fields.rb', line 5619

def RepurchaseRate.field
  return 227
end