Class: Quickfix::UnderlyingCashType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingCashType

Returns a new instance of UnderlyingCashType.



13136
13137
13138
13139
13140
13141
13142
# File 'lib/quickfix_fields.rb', line 13136

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

Class Method Details

.fieldObject



13133
13134
13135
# File 'lib/quickfix_fields.rb', line 13133

def UnderlyingCashType.field
  return 974
end