Class: Quickfix::StipulationType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StipulationType

Returns a new instance of StipulationType.



11537
11538
11539
11540
11541
11542
11543
# File 'lib/quickfix_fields.rb', line 11537

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

Class Method Details

.fieldObject



11534
11535
11536
# File 'lib/quickfix_fields.rb', line 11534

def StipulationType.field
	return 233
end