Class: Quickfix::BookingRefID
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ BookingRefID
Returns a new instance of BookingRefID.
14865 14866 14867 14868 14869 14870 14871 |
# File 'lib/quickfix_fields.rb', line 14865 def initialize(data = nil) if( data == nil ) super(466) else super(466, data) end end |
Class Method Details
.field ⇒ Object
14862 14863 14864 |
# File 'lib/quickfix_fields.rb', line 14862 def BookingRefID.field return 466 end |