Class: Quickfix::NthToDefault
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NthToDefault
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NthToDefault
constructor
A new instance of NthToDefault.
Constructor Details
#initialize(data = nil) ⇒ NthToDefault
Returns a new instance of NthToDefault.
25434 25435 25436 25437 25438 25439 25440 |
# File 'lib/quickfix_fields.rb', line 25434 def initialize(data = nil) if( data == nil ) super(1942) else super(1942, data) end end |