Class: Quickfix::AllocClearingFeeIndicator

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AllocClearingFeeIndicator

Returns a new instance of AllocClearingFeeIndicator.



3165
3166
3167
3168
3169
3170
3171
# File 'lib/quickfix_fields.rb', line 3165

def initialize(data = nil)
  if( data == nil )
    super(1136)
  else
    super(1136, data)
  end
end

Class Method Details

.fieldObject



3162
3163
3164
# File 'lib/quickfix_fields.rb', line 3162

def AllocClearingFeeIndicator.field
  return 1136
end