Class: Quickfix::NoNewsRefIDs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoNewsRefIDs
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoNewsRefIDs
constructor
A new instance of NoNewsRefIDs.
Constructor Details
#initialize(data = nil) ⇒ NoNewsRefIDs
Returns a new instance of NoNewsRefIDs.
19519 19520 19521 19522 19523 19524 19525 |
# File 'lib/quickfix_fields.rb', line 19519 def initialize(data = nil) if( data == nil ) super(1475) else super(1475, data) end end |