Class: Quickfix::GTBookingInst

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ GTBookingInst

Returns a new instance of GTBookingInst.



62484
62485
62486
62487
62488
62489
62490
# File 'ext/quickfix/QuickfixRuby.cpp', line 62484

def initialize(data = nil)
	if( data == nil )
		super(427)
	else
		super(427, data)
	end
end

Class Method Details

.fieldObject



5190
5191
5192
# File 'lib/quickfix_fields.rb', line 5190

def GTBookingInst.field
	return 427
end