Class: Quickfix::UnderlyingDetachmentPoint

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

Returns a new instance of UnderlyingDetachmentPoint.



169564
169565
169566
169567
169568
169569
169570
# File 'ext/quickfix/QuickfixRuby.cpp', line 169564

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

Class Method Details

.fieldObject



19269
19270
19271
# File 'lib/quickfix_fields.rb', line 19269

def UnderlyingDetachmentPoint.field
	return 1460
end