Class: Quickfix::SideFillStationCd

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ SideFillStationCd

Returns a new instance of SideFillStationCd.



125010
125011
125012
125013
125014
125015
125016
# File 'ext/quickfix/QuickfixRuby.cpp', line 125010

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

Class Method Details

.fieldObject



13393
13394
13395
# File 'lib/quickfix_fields.rb', line 13393

def SideFillStationCd.field
	return 1006
end