Class: Quickfix::RateSource
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::RateSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RateSource
constructor
A new instance of RateSource.
Constructor Details
#initialize(data = nil) ⇒ RateSource
Returns a new instance of RateSource.
15996 15997 15998 15999 16000 16001 16002 |
# File 'lib/quickfix_fields.rb', line 15996 def initialize(data = nil) if( data == nil ) super(1446) else super(1446, data) end end |
Class Method Details
.field ⇒ Object
15993 15994 15995 |
# File 'lib/quickfix_fields.rb', line 15993 def RateSource.field return 1446 end |