Class: Quickfix::ProtectionTermSellerNotifies

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProtectionTermSellerNotifies

Returns a new instance of ProtectionTermSellerNotifies.



29698
29699
29700
29701
29702
29703
29704
# File 'lib/quickfix_fields.rb', line 29698

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