Class: Quickfix::UnderlyingLegPutOrCall

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

Returns a new instance of UnderlyingLegPutOrCall.



157314
157315
157316
157317
157318
157319
157320
# File 'ext/quickfix/QuickfixRuby.cpp', line 157314

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

Class Method Details

.fieldObject



17644
17645
17646
# File 'lib/quickfix_fields.rb', line 17644

def UnderlyingLegPutOrCall.field
	return 1343
end