Class: Quickfix::DiscretionScope

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DiscretionScope

Returns a new instance of DiscretionScope.



18947
18948
18949
18950
18951
18952
18953
# File 'lib/quickfix_fields.rb', line 18947

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

Class Method Details

.fieldObject



18944
18945
18946
# File 'lib/quickfix_fields.rb', line 18944

def DiscretionScope.field
	return 846
end