Class: Quickfix::OfferQuoteID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::OfferQuoteID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OfferQuoteID
constructor
A new instance of OfferQuoteID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ OfferQuoteID
Returns a new instance of OfferQuoteID.
22860 22861 22862 22863 22864 22865 22866 |
# File 'lib/quickfix_fields.rb', line 22860 def initialize(data = nil) if( data == nil ) super(1748) else super(1748, data) end end |
Class Method Details
.field ⇒ Object
22857 22858 22859 |
# File 'lib/quickfix_fields.rb', line 22857 def OfferQuoteID.field return 1748 end |