Class: Quickfix::NoNested2PartyIDs

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoNested2PartyIDs

Returns a new instance of NoNested2PartyIDs.



266
267
268
269
270
271
272
# File 'lib/quickfix_fields.rb', line 266

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

Class Method Details

.fieldObject



263
264
265
# File 'lib/quickfix_fields.rb', line 263

def NoNested2PartyIDs.field
	return 756
end