Class: Quickfix::AttachmentPoint

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->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) ⇒ AttachmentPoint

Returns a new instance of AttachmentPoint.



169270
169271
169272
169273
169274
169275
169276
# File 'ext/quickfix/QuickfixRuby.cpp', line 169270

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

Class Method Details

.fieldObject



19230
19231
19232
# File 'lib/quickfix_fields.rb', line 19230

def AttachmentPoint.field
  return 1457
end