Class: Quickfix::NotifyBrokerOfCredit
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::NotifyBrokerOfCredit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NotifyBrokerOfCredit
constructor
A new instance of NotifyBrokerOfCredit.
Methods inherited from BoolField
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
.field ⇒ Object
3110 3111 3112 |
# File 'lib/quickfix_fields.rb', line 3110 def NotifyBrokerOfCredit.field return 208 end |