Class: Quickfix::NoLegInstrumentPartySubIDs

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoLegInstrumentPartySubIDs

Returns a new instance of NoLegInstrumentPartySubIDs.



48756
48757
48758
48759
48760
48761
48762
# File 'lib/quickfix_fields.rb', line 48756

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

Class Method Details

.fieldObject



48753
48754
48755
# File 'lib/quickfix_fields.rb', line 48753

def NoLegInstrumentPartySubIDs.field
	return 2258
end