Class: Quickfix::IRSDirection
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::IRSDirection
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ IRSDirection
constructor
A new instance of IRSDirection.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ IRSDirection
Returns a new instance of IRSDirection.
25317 25318 25319 25320 25321 25322 25323 |
# File 'lib/quickfix_fields.rb', line 25317 def initialize(data = nil) if( data == nil ) super(1933) else super(1933, data) end end |
Class Method Details
.field ⇒ Object
25314 25315 25316 |
# File 'lib/quickfix_fields.rb', line 25314 def IRSDirection.field return 1933 end |