Class: Quickfix::BidQuoteID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::BidQuoteID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BidQuoteID
constructor
A new instance of BidQuoteID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ BidQuoteID
Returns a new instance of BidQuoteID.
22847 22848 22849 22850 22851 22852 22853 |
# File 'lib/quickfix_fields.rb', line 22847 def initialize(data = nil) if( data == nil ) super(1747) else super(1747, data) end end |
Class Method Details
.field ⇒ Object
22844 22845 22846 |
# File 'lib/quickfix_fields.rb', line 22844 def BidQuoteID.field return 1747 end |