Class: Quickfix::PartyDetailIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PartyDetailIDSource

Returns a new instance of PartyDetailIDSource.



21482
21483
21484
21485
21486
21487
21488
# File 'lib/quickfix_fields.rb', line 21482

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

Class Method Details

.fieldObject



21479
21480
21481
# File 'lib/quickfix_fields.rb', line 21479

def PartyDetailIDSource.field
	return 1692
end