Class: Quickfix::InstrumentPartySubID

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

Returns a new instance of InstrumentPartySubID.



129604
129605
129606
129607
129608
129609
129610
# File 'ext/quickfix/QuickfixRuby.cpp', line 129604

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

Class Method Details

.fieldObject



13991
13992
13993
# File 'lib/quickfix_fields.rb', line 13991

def InstrumentPartySubID.field
	return 1053
end