Class: Quickfix::DerivativeInstrumentPartySubIDType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeInstrumentPartySubIDType

Returns a new instance of DerivativeInstrumentPartySubIDType.



12525
12526
12527
12528
12529
12530
12531
# File 'lib/quickfix_fields.rb', line 12525

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

Class Method Details

.fieldObject



12522
12523
12524
# File 'lib/quickfix_fields.rb', line 12522

def DerivativeInstrumentPartySubIDType.field
	return 1298
end