Class: Quickfix::AsOfIndicator
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::AsOfIndicator
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AsOfIndicator
constructor
A new instance of AsOfIndicator.
Constructor Details
#initialize(data = nil) ⇒ AsOfIndicator
Returns a new instance of AsOfIndicator.
13630 13631 13632 13633 13634 13635 13636 |
# File 'lib/quickfix_fields.rb', line 13630 def initialize(data = nil) if( data == nil ) super(1015) else super(1015, data) end end |