Class: Quickfix::InstrumentPartySubID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ InstrumentPartySubID

Returns a new instance of InstrumentPartySubID.



4764
4765
4766
4767
4768
4769
4770
# File 'lib/quickfix_fields.rb', line 4764

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

Class Method Details

.fieldObject



4761
4762
4763
# File 'lib/quickfix_fields.rb', line 4761

def InstrumentPartySubID.field
	return 1053
end