Class: Quickfix::NoRequestedPartyRoles

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

Returns a new instance of NoRequestedPartyRoles.



20390
20391
20392
20393
20394
20395
20396
# File 'lib/quickfix_fields.rb', line 20390

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

Class Method Details

.fieldObject



20387
20388
20389
# File 'lib/quickfix_fields.rb', line 20387

def NoRequestedPartyRoles.field
	return 1508
end