Class: Quickfix::QuoteEntryRejectReason
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::QuoteEntryRejectReason
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ QuoteEntryRejectReason
constructor
A new instance of QuoteEntryRejectReason.
Constructor Details
#initialize(data = nil) ⇒ QuoteEntryRejectReason
Returns a new instance of QuoteEntryRejectReason.
2203 2204 2205 2206 2207 2208 2209 |
# File 'lib/quickfix_fields.rb', line 2203 def initialize(data = nil) if( data == nil ) super(368) else super(368, data) end end |
Class Method Details
.field ⇒ Object
2200 2201 2202 |
# File 'lib/quickfix_fields.rb', line 2200 def QuoteEntryRejectReason.field return 368 end |