Class: Quickfix::LegStipulationValue

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStipulationValue

Returns a new instance of LegStipulationValue.



14241
14242
14243
14244
14245
14246
14247
# File 'lib/quickfix_fields.rb', line 14241

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

Class Method Details

.fieldObject



14238
14239
14240
# File 'lib/quickfix_fields.rb', line 14238

def LegStipulationValue.field
	return 689
end