Class: Quickfix::NoDerivativeInstrumentPartySubIDs

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoDerivativeInstrumentPartySubIDs

Returns a new instance of NoDerivativeInstrumentPartySubIDs.



2749
2750
2751
2752
2753
2754
2755
# File 'lib/quickfix_fields.rb', line 2749

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

Class Method Details

.fieldObject



2746
2747
2748
# File 'lib/quickfix_fields.rb', line 2746

def NoDerivativeInstrumentPartySubIDs.field
	return 1296
end