Class: Quickfix::DerivativeSecurityXMLSchema

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ DerivativeSecurityXMLSchema

Returns a new instance of DerivativeSecurityXMLSchema.



151544
151545
151546
151547
151548
151549
151550
# File 'ext/quickfix/QuickfixRuby.cpp', line 151544

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

Class Method Details

.fieldObject



16890
16891
16892
# File 'lib/quickfix_fields.rb', line 16890

def DerivativeSecurityXMLSchema.field
	return 1284
end