Class: Quickfix::InstrumentPartySubID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ InstrumentPartySubID

Returns a new instance of InstrumentPartySubID.



14124
14125
14126
14127
14128
14129
14130
# File 'lib/quickfix_fields.rb', line 14124

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

Class Method Details

.fieldObject



14121
14122
14123
# File 'lib/quickfix_fields.rb', line 14121

def InstrumentPartySubID.field
	return 1053
end