Class: Quickfix::QuoteRespID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::QuoteRespID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ QuoteRespID
constructor
A new instance of QuoteRespID.
Constructor Details
#initialize(data = nil) ⇒ QuoteRespID
Returns a new instance of QuoteRespID.
18999 19000 19001 19002 19003 19004 19005 |
# File 'lib/quickfix_fields.rb', line 18999 def initialize(data = nil) if( data == nil ) super(693) else super(693, data) end end |
Class Method Details
.field ⇒ Object
18996 18997 18998 |
# File 'lib/quickfix_fields.rb', line 18996 def QuoteRespID.field return 693 end |