Class: Quickfix::StreamPaySide

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ StreamPaySide

Returns a new instance of StreamPaySide.



27982
27983
27984
27985
27986
27987
27988
# File 'lib/quickfix_fields.rb', line 27982

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

Class Method Details

.fieldObject



27979
27980
27981
# File 'lib/quickfix_fields.rb', line 27979

def StreamPaySide.field
	return 40052
end