Class: Quickfix::NoAllocRegulatoryTradeIDs

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

Returns a new instance of NoAllocRegulatoryTradeIDs.



25135
25136
25137
25138
25139
25140
25141
# File 'lib/quickfix_fields.rb', line 25135

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

Class Method Details

.fieldObject



25132
25133
25134
# File 'lib/quickfix_fields.rb', line 25132

def NoAllocRegulatoryTradeIDs.field
	return 1908
end