Class: Quickfix::GTBookingInst
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ GTBookingInst
Returns a new instance of GTBookingInst.
14397 14398 14399 14400 14401 14402 14403 |
# File 'lib/quickfix_fields.rb', line 14397 def initialize(data = nil) if( data == nil ) super(427) else super(427, data) end end |
Class Method Details
.field ⇒ Object
14394 14395 14396 |
# File 'lib/quickfix_fields.rb', line 14394 def GTBookingInst.field return 427 end |