Class: Quickfix::DerivativeInstrumentPartySubID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeInstrumentPartySubID

Returns a new instance of DerivativeInstrumentPartySubID.



19337
19338
19339
19340
19341
19342
19343
# File 'lib/quickfix_fields.rb', line 19337

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

Class Method Details

.fieldObject



19334
19335
19336
# File 'lib/quickfix_fields.rb', line 19334

def DerivativeInstrumentPartySubID.field
	return 1297
end