Class: Quickfix::BrokerOfCredit

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ BrokerOfCredit

Returns a new instance of BrokerOfCredit.



1033
1034
1035
1036
1037
1038
1039
# File 'lib/quickfix_fields.rb', line 1033

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

Class Method Details

.fieldObject



1030
1031
1032
# File 'lib/quickfix_fields.rb', line 1030

def BrokerOfCredit.field
	return 92
end