Class: Quickfix::PriceUnitOfMeasure

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

Returns a new instance of PriceUnitOfMeasure.



142626
142627
142628
142629
142630
142631
142632
# File 'ext/quickfix/QuickfixRuby.cpp', line 142626

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

Class Method Details

.fieldObject



15707
15708
15709
# File 'lib/quickfix_fields.rb', line 15707

def PriceUnitOfMeasure.field
	return 1191
end