Class: Quickfix::DlvyInstType
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::DlvyInstType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DlvyInstType
constructor
A new instance of DlvyInstType.
Constructor Details
#initialize(data = nil) ⇒ DlvyInstType
Returns a new instance of DlvyInstType.
14930 14931 14932 14933 14934 14935 14936 |
# File 'lib/quickfix_fields.rb', line 14930 def initialize(data = nil) if( data == nil ) super(787) else super(787, data) end end |
Class Method Details
.field ⇒ Object
14927 14928 14929 |
# File 'lib/quickfix_fields.rb', line 14927 def DlvyInstType.field return 787 end |