Class: Quickfix::NoRequestingPartyIDs

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

Returns a new instance of NoRequestingPartyIDs.



21209
21210
21211
21212
21213
21214
21215
# File 'lib/quickfix_fields.rb', line 21209

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

Class Method Details

.fieldObject



21206
21207
21208
# File 'lib/quickfix_fields.rb', line 21206

def NoRequestingPartyIDs.field
	return 1657
end