Class: Quickfix::NoPartySubIDs

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoPartySubIDs

Returns a new instance of NoPartySubIDs.



10211
10212
10213
10214
10215
10216
10217
# File 'lib/quickfix_fields.rb', line 10211

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

Class Method Details

.fieldObject



10208
10209
10210
# File 'lib/quickfix_fields.rb', line 10208

def NoPartySubIDs.field
	return 802
end