Class: Quickfix::SecondaryTrdType

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

Returns a new instance of SecondaryTrdType.



110224
110225
110226
110227
110228
110229
110230
# File 'ext/quickfix/QuickfixRuby.cpp', line 110224

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

Class Method Details

.fieldObject



11443
11444
11445
# File 'lib/quickfix_fields.rb', line 11443

def SecondaryTrdType.field
	return 855
end