Class: Quickfix::Urgency
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ Urgency
Returns a new instance of Urgency.
1488 1489 1490 1491 1492 1493 1494 |
# File 'lib/quickfix_fields.rb', line 1488 def initialize(data = nil) if( data == nil ) super(61) else super(61, data) end end |
Class Method Details
.field ⇒ Object
1485 1486 1487 |
# File 'lib/quickfix_fields.rb', line 1485 def Urgency.field return 61 end |