Class: Quickfix::NewsRefType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NewsRefType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NewsRefType
constructor
A new instance of NewsRefType.
Constructor Details
#initialize(data = nil) ⇒ NewsRefType
Returns a new instance of NewsRefType.
10614 10615 10616 10617 10618 10619 10620 |
# File 'lib/quickfix_fields.rb', line 10614 def initialize(data = nil) if( data == nil ) super(1477) else super(1477, data) end end |
Class Method Details
.field ⇒ Object
10611 10612 10613 |
# File 'lib/quickfix_fields.rb', line 10611 def NewsRefType.field return 1477 end |