Class: Quickfix::BidID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::BidID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BidID
constructor
A new instance of BidID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ BidID
Returns a new instance of BidID.
4855 4856 4857 4858 4859 4860 4861 |
# File 'lib/quickfix_fields.rb', line 4855 def initialize(data = nil) if( data == nil ) super(390) else super(390, data) end end |
Class Method Details
.field ⇒ Object
4852 4853 4854 |
# File 'lib/quickfix_fields.rb', line 4852 def BidID.field return 390 end |