Class: Quickfix::NoNewsRefIDs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoNewsRefIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
5882 5883 5884 5885 5886 5887 5888 |
# File 'lib/quickfix_fields.rb', line 5882 def initialize(data = nil) if( data == nil ) super(1475) else super(1475, data) end end |
Class Method Details
.field ⇒ Object
5879 5880 5881 |
# File 'lib/quickfix_fields.rb', line 5879 def NoNewsRefIDs.field return 1475 end |