Class: Quickfix::SettlmntTyp

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlmntTyp

Returns a new instance of SettlmntTyp.



9080
9081
9082
9083
9084
9085
9086
# File 'lib/quickfix_fields.rb', line 9080

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

Class Method Details

.fieldObject



9077
9078
9079
# File 'lib/quickfix_fields.rb', line 9077

def SettlmntTyp.field
	return 63
end