Class: Quickfix::QuoteReqID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::QuoteReqID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ QuoteReqID
constructor
A new instance of QuoteReqID.
Constructor Details
#initialize(data = nil) ⇒ QuoteReqID
Returns a new instance of QuoteReqID.
10029 10030 10031 10032 10033 10034 10035 |
# File 'lib/quickfix_fields.rb', line 10029 def initialize(data = nil) if( data == nil ) super(131) else super(131, data) end end |
Class Method Details
.field ⇒ Object
10026 10027 10028 |
# File 'lib/quickfix_fields.rb', line 10026 def QuoteReqID.field return 131 end |