Class: Quickfix::ExDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ExDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExDate
constructor
A new instance of ExDate.
Constructor Details
#initialize(data = nil) ⇒ ExDate
Returns a new instance of ExDate.
14371 14372 14373 14374 14375 14376 14377 |
# File 'lib/quickfix_fields.rb', line 14371 def initialize(data = nil) if( data == nil ) super(230) else super(230, data) end end |
Class Method Details
.field ⇒ Object
14368 14369 14370 |
# File 'lib/quickfix_fields.rb', line 14368 def ExDate.field return 230 end |