Class: Quickfix::TrdRepIndicator

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TrdRepIndicator

Returns a new instance of TrdRepIndicator.



18440
18441
18442
18443
18444
18445
18446
# File 'lib/quickfix_fields.rb', line 18440

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