Class: Quickfix::DerivativeMaturityTime
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DerivativeMaturityTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeMaturityTime
constructor
A new instance of DerivativeMaturityTime.
Constructor Details
#initialize(data = nil) ⇒ DerivativeMaturityTime
Returns a new instance of DerivativeMaturityTime.
10263 10264 10265 10266 10267 10268 10269 |
# File 'lib/quickfix_fields.rb', line 10263 def initialize(data = nil) if( data == nil ) super(1253) else super(1253, data) end end |
Class Method Details
.field ⇒ Object
10260 10261 10262 |
# File 'lib/quickfix_fields.rb', line 10260 def DerivativeMaturityTime.field return 1253 end |