Class: Quickfix::BookingRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::BookingRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BookingRefID
constructor
A new instance of BookingRefID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ BookingRefID
Returns a new instance of BookingRefID.
6454 6455 6456 6457 6458 6459 6460 |
# File 'lib/quickfix_fields.rb', line 6454 def initialize(data = nil) if( data == nil ) super(466) else super(466, data) end end |
Class Method Details
.field ⇒ Object
6451 6452 6453 |
# File 'lib/quickfix_fields.rb', line 6451 def BookingRefID.field return 466 end |