Class: Quickfix::DerivativeInstrumentPartyIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeInstrumentPartyIDSource

Returns a new instance of DerivativeInstrumentPartyIDSource.



10549
10550
10551
10552
10553
10554
10555
# File 'lib/quickfix_fields.rb', line 10549

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

Class Method Details

.fieldObject



10546
10547
10548
# File 'lib/quickfix_fields.rb', line 10546

def DerivativeInstrumentPartyIDSource.field
	return 1294
end