Class: Quickfix::PriorSpreadIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PriorSpreadIndicator

Returns a new instance of PriorSpreadIndicator.



17348
17349
17350
17351
17352
17353
17354
# File 'lib/quickfix_fields.rb', line 17348

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

Class Method Details

.fieldObject



17345
17346
17347
# File 'lib/quickfix_fields.rb', line 17345

def PriorSpreadIndicator.field
	return 720
end