Class: Quickfix::OpenClose

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->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) ⇒ OpenClose

Returns a new instance of OpenClose.



34466
34467
34468
34469
34470
34471
34472
# File 'ext/quickfix/QuickfixRuby.cpp', line 34466

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

Class Method Details

.fieldObject



1576
1577
1578
# File 'lib/quickfix_fields.rb', line 1576

def OpenClose.field
  return 77
end