Class: Quickfix::SecondaryQuoteID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SecondaryQuoteID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecondaryQuoteID
constructor
A new instance of SecondaryQuoteID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SecondaryQuoteID
Returns a new instance of SecondaryQuoteID.
22899 22900 22901 22902 22903 22904 22905 |
# File 'lib/quickfix_fields.rb', line 22899 def initialize(data = nil) if( data == nil ) super(1751) else super(1751, data) end end |
Class Method Details
.field ⇒ Object
22896 22897 22898 |
# File 'lib/quickfix_fields.rb', line 22896 def SecondaryQuoteID.field return 1751 end |