Class: Quickfix::NoPartyUpdates

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) ⇒ NoPartyUpdates

Returns a new instance of NoPartyUpdates.



21443
21444
21445
21446
21447
21448
21449
# File 'lib/quickfix_fields.rb', line 21443

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

Class Method Details

.fieldObject



21440
21441
21442
# File 'lib/quickfix_fields.rb', line 21440

def NoPartyUpdates.field
	return 1676
end