Class: Quickfix::NoNested2PartyIDs

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoNested2PartyIDs

Returns a new instance of NoNested2PartyIDs.



10341
10342
10343
10344
10345
10346
10347
# File 'lib/quickfix_fields.rb', line 10341

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

Class Method Details

.fieldObject



10338
10339
10340
# File 'lib/quickfix_fields.rb', line 10338

def NoNested2PartyIDs.field
	return 756
end