Class: Quickfix::TradeLegRefID

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

Returns a new instance of TradeLegRefID.



107284
107285
107286
107287
107288
107289
107290
# File 'ext/quickfix/QuickfixRuby.cpp', line 107284

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

Class Method Details

.fieldObject



11053
11054
11055
# File 'lib/quickfix_fields.rb', line 11053

def TradeLegRefID.field
	return 824
end