Class: Quickfix::NumDaysInterest
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NumDaysInterest
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NumDaysInterest
constructor
A new instance of NumDaysInterest.
Constructor Details
#initialize(data = nil) ⇒ NumDaysInterest
Returns a new instance of NumDaysInterest.
6662 6663 6664 6665 6666 6667 6668 |
# File 'lib/quickfix_fields.rb', line 6662 def initialize(data = nil) if( data == nil ) super(157) else super(157, data) end end |
Class Method Details
.field ⇒ Object
6659 6660 6661 |
# File 'lib/quickfix_fields.rb', line 6659 def NumDaysInterest.field return 157 end |