Class: Quickfix::DerivativeEventDate

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ DerivativeEventDate

Returns a new instance of DerivativeEventDate.



151936
151937
151938
151939
151940
151941
151942
# File 'ext/quickfix/QuickfixRuby.cpp', line 151936

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

Class Method Details

.fieldObject



16942
16943
16944
# File 'lib/quickfix_fields.rb', line 16942

def DerivativeEventDate.field
  return 1288
end