Class: Quickfix::DerivativeEventDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DerivativeEventDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeEventDate
constructor
A new instance of DerivativeEventDate.
Constructor Details
#initialize(data = nil) ⇒ DerivativeEventDate
Returns a new instance of DerivativeEventDate.
6311 6312 6313 6314 6315 6316 6317 |
# File 'lib/quickfix_fields.rb', line 6311 def initialize(data = nil) if( data == nil ) super(1288) else super(1288, data) end end |
Class Method Details
.field ⇒ Object
6308 6309 6310 |
# File 'lib/quickfix_fields.rb', line 6308 def DerivativeEventDate.field return 1288 end |