Class: Quickfix::DerivativeInstrumentPartyRole

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeInstrumentPartyRole

Returns a new instance of DerivativeInstrumentPartyRole.



305
306
307
308
309
310
311
# File 'lib/quickfix_fields.rb', line 305

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

Class Method Details

.fieldObject



302
303
304
# File 'lib/quickfix_fields.rb', line 302

def DerivativeInstrumentPartyRole.field
	return 1295
end