Class: Quickfix::RequestingPartyRole

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

Returns a new instance of RequestingPartyRole.



21248
21249
21250
21251
21252
21253
21254
# File 'lib/quickfix_fields.rb', line 21248

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

Class Method Details

.fieldObject



21245
21246
21247
# File 'lib/quickfix_fields.rb', line 21245

def RequestingPartyRole.field
	return 1660
end