Class: Quickfix::LegStipulationType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStipulationType

Returns a new instance of LegStipulationType.



4686
4687
4688
4689
4690
4691
4692
# File 'lib/quickfix_fields.rb', line 4686

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

Class Method Details

.fieldObject



4683
4684
4685
# File 'lib/quickfix_fields.rb', line 4683

def LegStipulationType.field
	return 688
end