Class: Quickfix::Adjustment
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::Adjustment
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Adjustment
constructor
A new instance of Adjustment.
Constructor Details
#initialize(data = nil) ⇒ Adjustment
Returns a new instance of Adjustment.
13422 13423 13424 13425 13426 13427 13428 |
# File 'lib/quickfix_fields.rb', line 13422 def initialize(data = nil) if( data == nil ) super(334) else super(334, data) end end |
Class Method Details
.field ⇒ Object
13419 13420 13421 |
# File 'lib/quickfix_fields.rb', line 13419 def Adjustment.field return 334 end |