Class: Quickfix::OfferID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::OfferID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OfferID
constructor
A new instance of OfferID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ OfferID
Returns a new instance of OfferID.
24433 24434 24435 24436 24437 24438 24439 |
# File 'lib/quickfix_fields.rb', line 24433 def initialize(data = nil) if( data == nil ) super(1867) else super(1867, data) end end |
Class Method Details
.field ⇒ Object
24430 24431 24432 |
# File 'lib/quickfix_fields.rb', line 24430 def OfferID.field return 1867 end |