Class: Quickfix::CoveredOrUncovered

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

Returns a new instance of CoveredOrUncovered.



44830
44831
44832
44833
44834
44835
44836
# File 'ext/quickfix/QuickfixRuby.cpp', line 44830

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

Class Method Details

.fieldObject



2928
2929
2930
# File 'lib/quickfix_fields.rb', line 2928

def CoveredOrUncovered.field
  return 203
end