Class: Quickfix::NoPartyDetailSubIDs

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

Returns a new instance of NoPartyDetailSubIDs.



21508
21509
21510
21511
21512
21513
21514
# File 'lib/quickfix_fields.rb', line 21508

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

Class Method Details

.fieldObject



21505
21506
21507
# File 'lib/quickfix_fields.rb', line 21505

def NoPartyDetailSubIDs.field
	return 1694
end