Class: Quickfix::OfferSpotRate

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

Returns a new instance of OfferSpotRate.



43556
43557
43558
43559
43560
43561
43562
# File 'ext/quickfix/QuickfixRuby.cpp', line 43556

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

Class Method Details

.fieldObject



2759
2760
2761
# File 'lib/quickfix_fields.rb', line 2759

def OfferSpotRate.field
  return 190
end