Class: Quickfix::DeliveryType

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) ⇒ DeliveryType

Returns a new instance of DeliveryType.



116496
116497
116498
116499
116500
116501
116502
# File 'ext/quickfix/QuickfixRuby.cpp', line 116496

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

Class Method Details

.fieldObject



12275
12276
12277
# File 'lib/quickfix_fields.rb', line 12275

def DeliveryType.field
	return 919
end