Class: Quickfix::InstrumentPartyRole

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

Instance Method Summary collapse

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