Class: Quickfix::SettlInstRefID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlInstRefID

Returns a new instance of SettlInstRefID.



45
46
47
48
49
50
51
# File 'lib/quickfix_fields.rb', line 45

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

Class Method Details

.fieldObject



42
43
44
# File 'lib/quickfix_fields.rb', line 42

def SettlInstRefID.field
	return 214
end