Class: Quickfix::Nested2PartyIDSource

Inherits:
CharField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ Nested2PartyIDSource

Returns a new instance of Nested2PartyIDSource.



17998
17999
18000
18001
18002
18003
18004
# File 'lib/quickfix_fields.rb', line 17998

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

Class Method Details

.fieldObject



17995
17996
17997
# File 'lib/quickfix_fields.rb', line 17995

def Nested2PartyIDSource.field
	return 758
end