Class: Quickfix::BrokerOfCredit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ BrokerOfCredit
Returns a new instance of BrokerOfCredit.
1852 1853 1854 1855 1856 1857 1858 |
# File 'lib/quickfix_fields.rb', line 1852 def initialize(data = nil) if( data == nil ) super(92) else super(92, data) end end |
Class Method Details
.field ⇒ Object
1849 1850 1851 |
# File 'lib/quickfix_fields.rb', line 1849 def BrokerOfCredit.field return 92 end |