Class: Quickfix::QuoteSetID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::QuoteSetID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ QuoteSetID
constructor
A new instance of QuoteSetID.
Constructor Details
#initialize(data = nil) ⇒ QuoteSetID
Returns a new instance of QuoteSetID.
17062 17063 17064 17065 17066 17067 17068 |
# File 'lib/quickfix_fields.rb', line 17062 def initialize(data = nil) if( data == nil ) super(302) else super(302, data) end end |
Class Method Details
.field ⇒ Object
17059 17060 17061 |
# File 'lib/quickfix_fields.rb', line 17059 def QuoteSetID.field return 302 end |