Class: Quickfix::StipulationType

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

Returns a new instance of StipulationType.



66380
66381
66382
66383
66384
66385
66386
# File 'ext/quickfix/QuickfixRuby.cpp', line 66380

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

Class Method Details

.fieldObject



5684
5685
5686
# File 'lib/quickfix_fields.rb', line 5684

def StipulationType.field
  return 233
end