Class: Quickfix::GTBookingInst
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::GTBookingInst
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ GTBookingInst
constructor
A new instance of GTBookingInst.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ GTBookingInst
Returns a new instance of GTBookingInst.
5336 5337 5338 5339 5340 5341 5342 |
# File 'lib/quickfix_fields.rb', line 5336 def initialize(data = nil) if( data == nil ) super(427) else super(427, data) end end |
Class Method Details
.field ⇒ Object
5333 5334 5335 |
# File 'lib/quickfix_fields.rb', line 5333 def GTBookingInst.field return 427 end |