Class: Quickfix::PriorSpreadIndicator
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::PriorSpreadIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PriorSpreadIndicator
constructor
A new instance of PriorSpreadIndicator.
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
.field ⇒ Object
17345 17346 17347 |
# File 'lib/quickfix_fields.rb', line 17345 def PriorSpreadIndicator.field return 720 end |