Class: Quickfix::Nested4PartyIDSource

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->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) ⇒ Nested4PartyIDSource

Returns a new instance of Nested4PartyIDSource.



164272
164273
164274
164275
164276
164277
164278
# File 'ext/quickfix/QuickfixRuby.cpp', line 164272

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

Class Method Details

.fieldObject



18567
18568
18569
# File 'lib/quickfix_fields.rb', line 18567

def Nested4PartyIDSource.field
	return 1416
end