Class: Quickfix::NoNested3PartyIDs

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoNested3PartyIDs

Returns a new instance of NoNested3PartyIDs.



18518
18519
18520
18521
18522
18523
18524
# File 'lib/quickfix_fields.rb', line 18518

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

Class Method Details

.fieldObject



18515
18516
18517
# File 'lib/quickfix_fields.rb', line 18515

def NoNested3PartyIDs.field
	return 948
end