Class: Quickfix::NoNestedPartyIDs

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoNestedPartyIDs

Returns a new instance of NoNestedPartyIDs.



2541
2542
2543
2544
2545
2546
2547
# File 'lib/quickfix_fields.rb', line 2541

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

Class Method Details

.fieldObject



2538
2539
2540
# File 'lib/quickfix_fields.rb', line 2538

def NoNestedPartyIDs.field
	return 539
end