Class: Quickfix::AutoAcceptIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AutoAcceptIndicator

Returns a new instance of AutoAcceptIndicator.



1358
1359
1360
1361
1362
1363
1364
# File 'lib/quickfix_fields.rb', line 1358

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

Class Method Details

.fieldObject



1355
1356
1357
# File 'lib/quickfix_fields.rb', line 1355

def AutoAcceptIndicator.field
	return 754
end