Class: Quickfix::NoRiskInstrumentScopes

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoRiskInstrumentScopes

Returns a new instance of NoRiskInstrumentScopes.



20624
20625
20626
20627
20628
20629
20630
# File 'lib/quickfix_fields.rb', line 20624

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