Class: Quickfix::YieldType

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

Returns a new instance of YieldType.



66576
66577
66578
66579
66580
66581
66582
# File 'ext/quickfix/QuickfixRuby.cpp', line 66576

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

Class Method Details

.fieldObject



5710
5711
5712
# File 'lib/quickfix_fields.rb', line 5710

def YieldType.field
  return 235
end