Class: Quickfix::DerivativeInstrumentPartyID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeInstrumentPartyID

Returns a new instance of DerivativeInstrumentPartyID.



17673
17674
17675
17676
17677
17678
17679
# File 'lib/quickfix_fields.rb', line 17673

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

Class Method Details

.fieldObject



17670
17671
17672
# File 'lib/quickfix_fields.rb', line 17670

def DerivativeInstrumentPartyID.field
	return 1293
end