Class: Quickfix::PegPriceType

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

Returns a new instance of PegPriceType.



133328
133329
133330
133331
133332
133333
133334
# File 'ext/quickfix/QuickfixRuby.cpp', line 133328

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

Class Method Details

.fieldObject



14485
14486
14487
# File 'lib/quickfix_fields.rb', line 14485

def PegPriceType.field
	return 1094
end