Class: Quickfix::RoundingDirection
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::RoundingDirection
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RoundingDirection
constructor
A new instance of RoundingDirection.
Constructor Details
#initialize(data = nil) ⇒ RoundingDirection
Returns a new instance of RoundingDirection.
11927 11928 11929 11930 11931 11932 11933 |
# File 'lib/quickfix_fields.rb', line 11927 def initialize(data = nil) if( data == nil ) super(468) else super(468, data) end end |
Class Method Details
.field ⇒ Object
11924 11925 11926 |
# File 'lib/quickfix_fields.rb', line 11924 def RoundingDirection.field return 468 end |