Class: Quickfix::QuantityDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::QuantityDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ QuantityDate
constructor
A new instance of QuantityDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ QuantityDate
Returns a new instance of QuantityDate.
13162 13163 13164 13165 13166 13167 13168 |
# File 'lib/quickfix_fields.rb', line 13162 def initialize(data = nil) if( data == nil ) super(976) else super(976, data) end end |
Class Method Details
.field ⇒ Object
13159 13160 13161 |
# File 'lib/quickfix_fields.rb', line 13159 def QuantityDate.field return 976 end |