Class: Quickfix::LastFragment

Inherits:
((swig_class *) SWIGTYPE_p_FIX__BoolField->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) ⇒ LastFragment

Returns a new instance of LastFragment.



113948
113949
113950
113951
113952
113953
113954
# File 'ext/quickfix/QuickfixRuby.cpp', line 113948

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

Class Method Details

.fieldObject



11937
11938
11939
# File 'lib/quickfix_fields.rb', line 11937

def LastFragment.field
  return 893
end