Class: Quickfix::OfferMDEntryID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::OfferMDEntryID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OfferMDEntryID
constructor
A new instance of OfferMDEntryID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ OfferMDEntryID
Returns a new instance of OfferMDEntryID.
22834 22835 22836 22837 22838 22839 22840 |
# File 'lib/quickfix_fields.rb', line 22834 def initialize(data = nil) if( data == nil ) super(1746) else super(1746, data) end end |
Class Method Details
.field ⇒ Object
22831 22832 22833 |
# File 'lib/quickfix_fields.rb', line 22831 def OfferMDEntryID.field return 1746 end |