Class: Quickfix::PreTradeAnonymity

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PreTradeAnonymity

Returns a new instance of PreTradeAnonymity.



12993
12994
12995
12996
12997
12998
12999
# File 'lib/quickfix_fields.rb', line 12993

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

Class Method Details

.fieldObject



12990
12991
12992
# File 'lib/quickfix_fields.rb', line 12990

def PreTradeAnonymity.field
	return 1091
end