Class: Quickfix::SideRegulatoryTradeIDEvent

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

Returns a new instance of SideRegulatoryTradeIDEvent.



25850
25851
25852
25853
25854
25855
25856
# File 'lib/quickfix_fields.rb', line 25850

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

Class Method Details

.fieldObject



25847
25848
25849
# File 'lib/quickfix_fields.rb', line 25847

def SideRegulatoryTradeIDEvent.field
	return 1974
end