Class: Quickfix::Nested3PartyID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ Nested3PartyID

Returns a new instance of Nested3PartyID.



3945
3946
3947
3948
3949
3950
3951
# File 'lib/quickfix_fields.rb', line 3945

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

Class Method Details

.fieldObject



3942
3943
3944
# File 'lib/quickfix_fields.rb', line 3942

def Nested3PartyID.field
	return 949
end