Class: Quickfix::SideRegulatoryTradeIDScope

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideRegulatoryTradeIDScope

Returns a new instance of SideRegulatoryTradeIDScope.



57609
57610
57611
57612
57613
57614
57615
# File 'lib/quickfix_fields.rb', line 57609

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