Class: Quickfix::PartyDetailID

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) ⇒ PartyDetailID

Returns a new instance of PartyDetailID.



21469
21470
21471
21472
21473
21474
21475
# File 'lib/quickfix_fields.rb', line 21469

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

Class Method Details

.fieldObject



21466
21467
21468
# File 'lib/quickfix_fields.rb', line 21466

def PartyDetailID.field
	return 1691
end