Class: Quickfix::ContraryInstructionIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ContraryInstructionIndicator

Returns a new instance of ContraryInstructionIndicator.



17582
17583
17584
17585
17586
17587
17588
# File 'lib/quickfix_fields.rb', line 17582

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

Class Method Details

.fieldObject



17579
17580
17581
# File 'lib/quickfix_fields.rb', line 17579

def ContraryInstructionIndicator.field
	return 719
end