Class: Quickfix::ComplexEventPriceTimeType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ ComplexEventPriceTimeType



172406
172407
172408
172409
172410
172411
172412
# File 'ext/quickfix/QuickfixRuby.cpp', line 172406

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

Class Method Details

.fieldObject



19646
19647
19648
# File 'lib/quickfix_fields.rb', line 19646

def ComplexEventPriceTimeType.field
  return 1489
end