Class: Quickfix::LegStreamPaySide

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

Returns a new instance of LegStreamPaySide.



30465
30466
30467
30468
30469
30470
30471
# File 'lib/quickfix_fields.rb', line 30465

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

Class Method Details

.fieldObject



30462
30463
30464
# File 'lib/quickfix_fields.rb', line 30462

def LegStreamPaySide.field
	return 40244
end