Class: Quickfix::RateSourceType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::RateSourceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RateSourceType
constructor
A new instance of RateSourceType.
Constructor Details
#initialize(data = nil) ⇒ RateSourceType
Returns a new instance of RateSourceType.
4296 4297 4298 4299 4300 4301 4302 |
# File 'lib/quickfix_fields.rb', line 4296 def initialize(data = nil) if( data == nil ) super(1447) else super(1447, data) end end |
Class Method Details
.field ⇒ Object
4293 4294 4295 |
# File 'lib/quickfix_fields.rb', line 4293 def RateSourceType.field return 1447 end |