Class: Quickfix::SendingDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SendingDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SendingDate
constructor
A new instance of SendingDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SendingDate
Returns a new instance of SendingDate.
3165 3166 3167 3168 3169 3170 3171 |
# File 'lib/quickfix_fields.rb', line 3165 def initialize(data = nil) if( data == nil ) super(51) else super(51, data) end end |
Class Method Details
.field ⇒ Object
3162 3163 3164 |
# File 'lib/quickfix_fields.rb', line 3162 def SendingDate.field return 51 end |