Class: Quickfix::Urgency
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::Urgency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Urgency
constructor
A new instance of Urgency.
Constructor Details
#initialize(data = nil) ⇒ Urgency
Returns a new instance of Urgency.
9262 9263 9264 9265 9266 9267 9268 |
# File 'lib/quickfix_fields.rb', line 9262 def initialize(data = nil) if( data == nil ) super(61) else super(61, data) end end |
Class Method Details
.field ⇒ Object
9259 9260 9261 |
# File 'lib/quickfix_fields.rb', line 9259 def Urgency.field return 61 end |