Class: Quickfix::InstrumentPartyRole

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

Returns a new instance of InstrumentPartyRole.



14098
14099
14100
14101
14102
14103
14104
# File 'lib/quickfix_fields.rb', line 14098

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

Class Method Details

.fieldObject



14095
14096
14097
# File 'lib/quickfix_fields.rb', line 14095

def InstrumentPartyRole.field
	return 1051
end