Class: Quickfix::NotifyBrokerOfCredit

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NotifyBrokerOfCredit

Returns a new instance of NotifyBrokerOfCredit.



3113
3114
3115
3116
3117
3118
3119
# File 'lib/quickfix_fields.rb', line 3113

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

Class Method Details

.fieldObject



3110
3111
3112
# File 'lib/quickfix_fields.rb', line 3110

def NotifyBrokerOfCredit.field
	return 208
end