Class: Quickfix::BrokerOfCredit
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::BrokerOfCredit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BrokerOfCredit
constructor
A new instance of BrokerOfCredit.
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
.field ⇒ Object
1030 1031 1032 |
# File 'lib/quickfix_fields.rb', line 1030 def BrokerOfCredit.field return 92 end |