Class: Quickfix::NotifyBrokerOfCredit
- Inherits:
-
BoolField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ NotifyBrokerOfCredit
Returns a new instance of NotifyBrokerOfCredit.
15281 15282 15283 15284 15285 15286 15287 |
# File 'lib/quickfix_fields.rb', line 15281 def initialize(data = nil) if( data == nil ) super(208) else super(208, data) end end |
Class Method Details
.field ⇒ Object
15278 15279 15280 |
# File 'lib/quickfix_fields.rb', line 15278 def NotifyBrokerOfCredit.field return 208 end |