Class: Quickfix::DeliveryForm

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

Returns a new instance of DeliveryForm.



92118
92119
92120
92121
92122
92123
92124
# File 'ext/quickfix/QuickfixRuby.cpp', line 92118

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

Class Method Details

.fieldObject



9064
9065
9066
# File 'lib/quickfix_fields.rb', line 9064

def DeliveryForm.field
	return 668
end