Class: Quickfix::FillRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::FillRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FillRefID
constructor
A new instance of FillRefID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ FillRefID
Returns a new instance of FillRefID.
60339 60340 60341 60342 60343 60344 60345 |
# File 'lib/quickfix_fields.rb', line 60339 def initialize(data = nil) if( data == nil ) super(2421) else super(2421, data) end end |
Class Method Details
.field ⇒ Object
60336 60337 60338 |
# File 'lib/quickfix_fields.rb', line 60336 def FillRefID.field return 2421 end |