Class: Quickfix::TrdRepPartyRole

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TrdRepPartyRole

Returns a new instance of TrdRepPartyRole.



14436
14437
14438
14439
14440
14441
14442
# File 'lib/quickfix_fields.rb', line 14436

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

Class Method Details

.fieldObject



14433
14434
14435
# File 'lib/quickfix_fields.rb', line 14433

def TrdRepPartyRole.field
	return 1388
end