Class: Quickfix::UnderlyingPutOrCall

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

Returns a new instance of UnderlyingPutOrCall.



51886
51887
51888
51889
51890
51891
51892
# File 'ext/quickfix/QuickfixRuby.cpp', line 51886

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

Class Method Details

.fieldObject



3864
3865
3866
# File 'lib/quickfix_fields.rb', line 3864

def UnderlyingPutOrCall.field
	return 315
end