Class: Quickfix::ClearingBusinessDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ClearingBusinessDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ClearingBusinessDate
constructor
A new instance of ClearingBusinessDate.
Constructor Details
#initialize(data = nil) ⇒ ClearingBusinessDate
Returns a new instance of ClearingBusinessDate.
1397 1398 1399 1400 1401 1402 1403 |
# File 'lib/quickfix_fields.rb', line 1397 def initialize(data = nil) if( data == nil ) super(715) else super(715, data) end end |
Class Method Details
.field ⇒ Object
1394 1395 1396 |
# File 'lib/quickfix_fields.rb', line 1394 def ClearingBusinessDate.field return 715 end |